Filters REST API collection parameters for the font collections controller.
$query_paramsarraywp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php:330WP_REST_Font_Collections_Controller::get_collection_params() * Filters REST API collection parameters for the font collections controller. * * @since 6.5.0 * * @param array $query_params JSON Schema-formatted collection parameters. */ return apply_filters( 'rest_font_collections_collection_params', $query_params ); } /** * Checks whether the user has permissions to use the Fonts Collections. * * @since 6.5.0Introduced in 6.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.