Uses
Uses | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php: rest_themes_collection_params | Filter collection parameters for the themes controller. |
wp-includes/rest-api/endpoints/class-wp-rest-controller.php: WP_REST_Controller::get_collection_params() | Retrieves the query params for the collections. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |