Filters REST API collection parameters for the themes controller.
$query_paramsarraywp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:737WP_REST_Themes_Controller::get_collection_params() * Filters REST API collection parameters for the themes controller. * * @since 5.0.0 * * @param array $query_params JSON Schema-formatted collection parameters. */ return apply_filters( 'rest_themes_collection_params', $query_params ); } /** * Sanitizes and validates the list of theme status. * * @since 5.0.0Introduced in 5.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.