Filters REST API collection parameters for the block directory controller.
$query_paramsarraywp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php:326WP_REST_Block_Directory_Controller::get_collection_params() * Filters REST API collection parameters for the block directory controller. * * @since 5.5.0 * * @param array $query_params JSON Schema-formatted collection parameters. */ return apply_filters( 'rest_block_directory_collection_params', $query_params ); }}Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.