Parses the “_embed” parameter into the list of resources to embed.
rest_preload_api_request
Append result of internal request to REST API for purpose of preloading data to be attached to a page.
rest_sanitize_value_from_schema
Sanitize a value based on a schema.
rest_validate_value_from_schema
Validate a value based on a schema.
Advertisement
rest_avatar_sizes
Filters the REST avatar sizes.
rest_get_avatar_urls
Retrieves the avatar urls in various sizes.
rest_get_avatar_sizes
Retrieves the pixel sizes for avatars.
rest_is_boolean
Determines if a given value is boolean-like.
Advertisement
rest_sanitize_boolean
Changes a boolean-like value into the proper boolean value.
rest_is_ip_address
Determines if an IP address is valid.
rest_parse_request_arg
Parse a request argument based on details registered to the route.
rest_sanitize_request_arg
Sanitize a request argument based on details registered to the route.
Advertisement
rest_validate_request_arg
Validate a request argument based on details registered to the route.
rest_get_date_with_gmt
Parses a date into both its local and UTC equivalent, in MySQL datetime format.
rest_authorization_required_code
Returns a contextual HTTP error code for authorization failure.