apply_filters( "rest_{$this->post_type}_collection_params", array $query_params, WP_Post_Type $post_type )

Filter collection parameters for the posts controller.


Description Description

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.


Parameters Parameters

$query_params

JSON Schema-formatted collection parameters.

$post_type

Post type object.


Top ↑

Source Source

File: includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.