rest_wp_font_family_collection_params

rest_wp_font_family_collection_params

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('rest_wp_font_family_collection_params') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php line 414
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
         * @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.0