rest_font_collections_collection_params

rest_font_collections_collection_params

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('rest_font_collections_collection_params') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php line 329
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
         * @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.0