Filters collection parameters for the font family controller.
$query_paramsarraywp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php:414WP_REST_Font_Families_Controller::get_collection_params() * Filters collection parameters for the font family controller. * * @since 6.5.0 * * @param array $query_params JSON Schema-formatted collection parameters. */ return apply_filters( 'rest_wp_font_family_collection_params', $query_params ); } /** * Get the arguments used when creating or updating a font family. * * @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.