New and updated in 4.4.0
-
Matches the request to a callback and call it.
-
Filters the pre-calculated result of a REST API dispatch request.
-
Filters the REST API dispatch request result.
-
Returns if an error occurred during most recent JSON encode/decode.
-
Filters the enveloped form of a REST API response.
-
Registers a route to the server.
-
Retrieves the route map.
-
hookrest_endpoints
Filters the array of available REST API endpoints.
-
Retrieves namespaces registered on the server.
-
Retrieves specified options for a route.
-
Wraps the response in an envelope.
-
Handles serving a REST API request.
-
Filters whether to send no-cache headers on a REST API request.
-
hookrest_enabled
Filters whether the REST API is enabled.
-
Filters whether JSONP is enabled for the REST API.
-
Filters the REST API response.
-
Filters whether the REST API request has already been served.
-
Converts a response to data to send.
-
Retrieves links from a response.
-
Embeds the links from the data into the request.
-
Retrieves an appropriate error representation in JSON.
-
classWP_REST_Server
Core class used to implement the WordPress REST API server.
-
Instantiates the REST server.
-
Checks the authentication headers if supplied.
-
Filters REST API authentication errors.
-
Converts an error to a response object.