Filters collection parameters for the font face controller.
$query_paramsarraywp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php:729WP_REST_Font_Faces_Controller::get_collection_params() * Filters collection parameters for the font face controller. * * @since 6.5.0 * * @param array $query_params JSON Schema-formatted collection parameters. */ return apply_filters( 'rest_wp_font_face_collection_params', $query_params ); } /** * Get the params used when creating a new font face. * * @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.