rest_font_collections_collection_params

rest_font_collections_collection_params

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.3

apply_filters('rest_font_collections_collection_params') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php line 299
    		 * @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