wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
rest_{$this->taxonomy}_query › WordPress Filter Hooks
Seit4.7.0
Veraltetn/v
› apply_filters( "rest_{$this->taxonomy}_query", $prepared_args, $request )
Parameter: (2) |
|
Definiert in: | |
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.
Ähnliche Funktionen: get_the_taxonomies, get_taxonomy, get_taxonomy_labels, register_taxonomy, get_taxonomies, get_taxonomy_template