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/endpoints/class-wp-rest-search-controller.php: WP_REST_Search_Controller::prepare_item_for_response() | Prepares a single search result for response. |
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/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: urlencode_deep() | Navigates through an array, object, or scalar, and encodes the values to be used in a URL. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |