@package: REST_API
-
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.
-
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.
-
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.
-
Retrieves an appropriate error representation in JSON.