Changes between Initial Version and Version 1 of Ticket #42752, comment 8
- Timestamp:
- 12/22/2017 03:18:42 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42752, comment 8
initial v1 1 Your issue is that you've got a registered `query_var` which cannot be an array registered, while trying to also use that same query var in the rest api . 1 The issue at hand here is that the `download` GET variable is a registered `query_var`. Query Vars *cannot* be nested arrays. 2 The REST API and the rest of WordPress doesn't appear to play nicely in this situation - as on every REST API request you're still triggering the parsing of all the other WordPress routes query vars, resulting in this.