Filters the REST avatar sizes.
rest_get_date_with_gmt
Parses a date into both its local and UTC equivalent, in MySQL datetime format.
rest_parse_date
Parses an RFC3339 time into a Unix timestamp.
rest_cookie_collect_status
Collects cookie authentication status.
Advertisement
rest_output_link_header
Sends a Link header for the REST API.
rest_cookie_check_errors
Checks for errors when using cookie-based authentication.
rest_output_link_wp_head
Outputs the REST API link tag into page header.
rest_output_rsd
Adds the REST API URL to the WP RSD endpoint.
Advertisement
rest_send_allow_header
Sends the “Allow” header to state all methods that can be sent to the current route.
rest_handle_options_request
Handles OPTIONS requests for the server.
rest_send_cors_headers
Sends Cross-Origin Resource Sharing headers with API requests.
rest_handle_deprecated_argument
Handles _deprecated_argument() errors.
Advertisement
rest_handle_deprecated_function
Handles _deprecated_function() errors.
rest_ensure_response
Ensures a REST response is a response object (for consistency).
rest_ensure_request
Ensures request arguments are a request object (for consistency).