rest_wp_font_face_collection_params

rest_wp_font_face_collection_params

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('rest_wp_font_face_collection_params') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-font-faces-controller.php line 729
    725
    726
    727
    728
    729
    730
    731
    732
    733
    734
    735
         * @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.0