ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • ClassicPress
  • REST_API
  • Page 25

rest_validate_array_value_from_schema()

Function: Validates an array value based on a schema.

Source: wp-includes/rest-api.php:2353

Used by 0 functions | Uses 0 functions

rest_validate_number_value_from_schema()

Function: Validates a number value based on a schema.

Source: wp-includes/rest-api.php:2424

Used by 0 functions | Uses 0 functions

rest_validate_string_value_from_schema()

Function: Validates a string value based on a schema.

Source: wp-includes/rest-api.php:2553

Used by 0 functions | Uses 0 functions

rest_validate_enum()

Function: Validates that the given value is a member of the JSON Schema “enum”.

Source: wp-includes/rest-api.php:1966

Used by 0 functions | Uses 0 functions

rest_get_allowed_schema_keywords()

Function: Get all valid JSON schema properties.

Source: wp-includes/rest-api.php:1999

Used by 0 functions | Uses 0 functions

rest_stabilize_value()

Function: Stabilizes a value following JSON Schema semantics.

Source: wp-includes/rest-api.php:1653

Used by 0 functions | Uses 0 functions

rest_validate_json_schema_pattern()

Function: Validates if the JSON Schema pattern matches a value.

Source: wp-includes/rest-api.php:1682

Used by 0 functions | Uses 0 functions

rest_find_matching_pattern_property_schema()

Function: Finds the schema for a property using the patternProperties keyword.

Source: wp-includes/rest-api.php:1697

Used by 0 functions | Uses 0 functions

rest_format_combining_operation_error()

Function: Formats a combining operation error into a WP_Error object.

Source: wp-includes/rest-api.php:1718

Used by 0 functions | Uses 0 functions

rest_get_combining_operation_error()

Function: Gets the error of combining operation.

Source: wp-includes/rest-api.php:1751

Used by 0 functions | Uses 0 functions
« Previous 1 … 24 25 26 … 70 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy