Uses
Uses | Description |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php: WP_REST_Search_Controller::get_search_handler() | Gets the search handler to handle the current request. |
wp-includes/rest-api.php: rest_ensure_response() | Ensures a REST response is a response object (for consistency). |
wp-includes/rest-api.php: rest_url() | Retrieves the URL to a REST endpoint. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |