wpseek.com
A WordPress-centric search engine for devs and theme authors
rest_{$this->taxonomy}_query › WordPress Filter Hooks
Since4.7.0
Deprecatedn/a
› apply_filters( "rest_{$this->taxonomy}_query", $prepared_args, $request )
Parameters: (2) |
|
Defined at: | |
Codex: |
Filters get_terms() arguments when querying terms via the REST API.
The dynamic portion of the hook name, $this->taxonomy
, refers to the taxonomy slug.
Possible hook names include:
rest_category_query
rest_post_tag_query
Enables adding extra arguments or setting defaults for a terms collection request.
Related Functions: get_the_taxonomies, get_taxonomy, get_taxonomy_labels, register_taxonomy, get_taxonomies, get_taxonomy_template