WP_REST_Search_Handler
Class: Core base class representing a search handler for an object type in the REST API.
Source: wp-includes/rest-api/search/class-wp-rest-search-handler.php:16
Class: Core base class representing a search handler for an object type in the REST API.
Source: wp-includes/rest-api/search/class-wp-rest-search-handler.php:16
Method: Prepares links for the search result.
Source: wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php:125
Method: Gets the object type managed by this search handler.
Source: wp-includes/rest-api/search/class-wp-rest-search-handler.php:51
Class: Core class representing a search handler for terms in the REST API.
Source: wp-includes/rest-api/search/class-wp-rest-term-search-handler.php:17
Method: Constructor.
Source: wp-includes/rest-api/search/class-wp-rest-term-search-handler.php:24
Method: Checks if the user provided value is equivalent to a stored value for the given meta key.
Source: wp-includes/rest-api/fields/class-wp-rest-meta-fields.php:419
Method: Checks if the request has specified a JSON Content-Type.
Source: wp-includes/rest-api/class-wp-rest-request.php:334
Method: Checks if a parameter exists in the request.
Source: wp-includes/rest-api/class-wp-rest-request.php:420
Function: Converts an error to a response object.
Source: wp-includes/rest-api.php:3281
Function: Checks whether a REST API endpoint request is currently being handled.
Source: wp-includes/rest-api.php:3332