Filters collection parameters for the terms controller.
The dynamic part of the filter $this->taxonomy refers to the taxonomy slug for the controller.
This filter registers the collection parameter, but does not map the collection parameter to an internal WP_Term_Query parameter. Use the `rest_{$this->taxonomy}_query` filter to set WP_Term_Query parameters.
$query_paramsarray
$taxonomyWP_Taxonomy
return apply_filters( "rest_{$this->taxonomy}_collection_params", $query_params, $taxonomy );
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_this-taxonomy_collection_params