wpseek.com
A WordPress-centric search engine for devs and theme authors
rest_{$this->post_type}_collection_params › WordPress Filter Hooks
Since4.7.0
Deprecatedn/a
› apply_filters( "rest_{$this->post_type}_collection_params", $query_params, $post_type )
| Parameters: (2) |
|
| Defined at: | |
| Codex: |
Filters 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.Related Functions: get_the_post_type_description, get_post_type_object, get_post_type_labels, get_post_type_capabilities, rest_cookie_collect_status, rest_parse_embed_param