rest_themes_collection_params

rest_themes_collection_params

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('rest_themes_collection_params') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php line 638
    		 * @since 5.0.0
    		 *
    		 * @param array $query_params JSON Schema-formatted collection parameters.
    		 */
    		return apply_filters( 'rest_themes_collection_params', $query_params );
    	}
    
    	/**
    	 * Sanitizes and validates the list of theme status.
    	 *
    	 * @since 5.0.0
    

See this hook used in plugins: