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)
  • () query_params JSON Schema-formatted collection parameters.
    Required: Yes
  • () post_type Post type object.
    Required: Yes
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.




Source

return apply_filters( "rest_{$this->post_type}_collection_params", $query_params, $post_type );