Prepares the search result for a given ID.
WP_REST_Post_Search_Handler::search_items
Searches the object type content for a given search request.
WP_REST_Post_Search_Handler::__construct
Constructor.
WP_REST_Post_Search_Handler
Core class representing a search handler for posts in the REST API.
Advertisement
rest_after_insert_user
This action is documented in wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
WP_REST_Themes_Controller::sanitize_theme_status
Sanitizes and validates the list of theme status.
rest_themes_collection_params
Filter collection parameters for the themes controller.
WP_REST_Themes_Controller::get_collection_params
Retrieves the search params for the themes collection.
Advertisement
rest_prepare_theme
Filters theme data returned from the REST API.
WP_REST_Themes_Controller::get_item_schema
Retrieves the theme’s schema, conforming to JSON Schema.
WP_REST_Themes_Controller::prepare_item_for_response
Prepares a single theme output for response.
WP_REST_Themes_Controller::get_items
Retrieves a collection of themes.
Advertisement
WP_REST_Themes_Controller::get_items_permissions_check
Checks if a given request has access to read the theme.
WP_REST_Themes_Controller::register_routes
Registers the routes for the objects of the controller.
WP_REST_Themes_Controller::__construct
Constructor.