rest_parse_date()
Function: Parses an RFC3339 time into a Unix timestamp.
Source: wp-includes/rest-api.php:1212
Function: Parses an RFC3339 time into a Unix timestamp.
Source: wp-includes/rest-api.php:1212
Function: Parses a date into both its local and UTC equivalent, in MySQL datetime format.
Source: wp-includes/rest-api.php:1260
Function: Returns a contextual HTTP error code for authorization failure.
Source: wp-includes/rest-api.php:1297
Function: Validate a request argument based on details registered to the route.
Source: wp-includes/rest-api.php:1311
Function: Sanitize a request argument based on details registered to the route.
Source: wp-includes/rest-api.php:1331
Function: Handles OPTIONS requests for the server.
Source: wp-includes/rest-api.php:711
Function: Sends the “Allow” header to state all methods that can be sent to the current route.
Source: wp-includes/rest-api.php:760
Function: Filters the REST API response to include only a white-listed set of response object fields.
Source: wp-includes/rest-api.php:826
Function: Do a REST request.
Source: wp-includes/rest-api.php:489
Function: Retrieves the current REST server instance.
Source: wp-includes/rest-api.php:505