On this page
apply_filters( 'rest_block_directory_collection_params', array $query_params )
Filters REST API collection parameters for the block directory controller.
Parameters
$query_paramsarray-
JSON Schema-formatted collection parameters.
Source
File: wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php. View all references
return apply_filters( 'rest_block_directory_collection_params', $query_params );
Related
Used By
| Used By | Description |
|---|---|
| WP_REST_Block_Directory_Controller::get_collection_params() wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php | Retrieves the search params for the blocks collection. |
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_block_directory_collection_params