Advertisement

rest_avatar_sizes

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.

Advertisement

rest_cookie_check_errors

Checks for errors when using cookie-based authentication.

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.

Advertisement

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).