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.7.2

apply_filters('rest_themes_collection_params') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php line 667
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
         * @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: