rest_get_avatar_sizes() Retrieves the pixel sizes for avatars.
rest_parse_date() Parses an RFC3339 time into a Unix timestamp.
rest_parse_hex_color() Parses a 3 or 6 digit hex color (with #).
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.
rest_validate_request_arg() Validate 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.
rest_parse_request_arg() Parse a request argument based on details registered to the route.
rest_is_ip_address() Determines if an IP address is valid.
rest_sanitize_boolean() Changes a boolean-like value into the proper boolean value.
rest_is_boolean() Determines if a given value is boolean-like.
rest_is_integer() Determines if a given value is integer-like.
rest_is_array() Determines if a given value is array-like.
rest_sanitize_array() Converts an array-like value to an array.
rest_is_object() Determines if a given value is object-like.
rest_sanitize_object() Converts an object-like value to an array.
rest_get_best_type_for_value() Gets the best type for a value.
rest_handle_multi_type_schema() Handles getting the best type for a multi-type schema.
rest_validate_array_contains_unique_items() Checks if an array is made up of unique items.
rest_stabilize_value() Stabilizes a value following JSON Schema semantics.
rest_validate_json_schema_pattern() Validates if the JSON Schema pattern matches a value.
rest_find_matching_pattern_property_schema() Finds the schema for a property using the patternProperties keyword.
rest_format_combining_operation_error() Formats a combining operation error into a WP_Error object.
rest_get_combining_operation_error() Gets the error of combining operation.
rest_find_any_matching_schema() Finds the matching schema among the "anyOf" schemas.
rest_find_one_matching_schema() Finds the matching schema among the "oneOf" schemas.
rest_are_values_equal() Checks the equality of two values, following JSON Schema semantics.
rest_validate_enum() Validates that the given value is a member of the JSON Schema "enum".
rest_get_allowed_schema_keywords() Get all valid JSON schema properties.
rest_validate_value_from_schema() Validate a value based on a schema.
rest_validate_null_value_from_schema() Validates a null value based on a schema.
rest_validate_boolean_value_from_schema() Validates a boolean value based on a schema.
rest_validate_object_value_from_schema() Validates an object value based on a schema.
rest_validate_array_value_from_schema() Validates an array value based on a schema.
rest_validate_number_value_from_schema() Validates a number value based on a schema.
rest_validate_string_value_from_schema() Validates a string value based on a schema.
rest_validate_integer_value_from_schema() Validates an integer value based on a schema.
rest_sanitize_value_from_schema() Sanitize a value based on a schema.
rest_preload_api_request() Append result of internal request to REST API for purpose of preloading data to be attached to a page.
rest_parse_embed_param() Parses the "_embed" parameter into the list of resources to embed.
rest_filter_response_by_context() Filters the response to remove any fields not available in the given context.
rest_default_additional_properties_to_false() Sets the "additionalProperties" to false by default for all object definitions in the schema.
rest_get_route_for_post() Gets the REST API route for a post.
rest_get_route_for_post_type_items() Gets the REST API route for a post type.
rest_get_route_for_term() Gets the REST API route for a term.
rest_get_route_for_taxonomy_items() Gets the REST API route for a taxonomy.
rest_get_queried_resource_route() Gets the REST route for the currently queried object.
rest_get_endpoint_args_for_schema() Retrieves an array of endpoint arguments from the item schema and endpoint method.
rest_convert_error_to_response() Converts an error to a response object.
wp_is_rest_endpoint() Checks whether a REST API endpoint request is currently being handled.