Used By
Used By | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php: WP_REST_Posts_Controller::get_collection_params() | Retrieves the query params for the posts collection. |
Filter collection parameters for the posts controller.
The dynamic part of the filter $this->post_type
refers to the post type slug for the controller.
This filter registers the collection parameter, but does not map the collection parameter to an internal WP_Query parameter. Use the `rest_{$this->post_type}_query` filter to set WP_Query parameters.
(array) JSON Schema-formatted collection parameters.
(WP_Post_Type) Post type object.
File: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
Version | Description |
---|---|
4.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_this-post_type_collection_params