ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api.php
  • Page 4

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

rest_find_any_matching_schema()

Function: Finds the matching schema among the “anyOf” schemas.

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

Used by 0 functions | Uses 0 functions

rest_find_one_matching_schema()

Function: Finds the matching schema among the “oneOf” schemas.

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

Used by 0 functions | Uses 0 functions

rest_are_values_equal()

Function: Checks the equality of two values, following JSON Schema semantics.

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

Used by 0 functions | Uses 0 functions

rest_is_object()

Function: Determines if a given value is object-like.

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

Used by 0 functions | Uses 0 functions

rest_sanitize_object()

Function: Converts an object-like value to an array.

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

Used by 0 functions | Uses 0 functions

rest_get_best_type_for_value()

Function: Gets the best type for a value.

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

Used by 0 functions | Uses 0 functions
« Previous 1 … 3 4 5 … 10 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy