rest_get_endpoint_args_for_schema()
Function: Retrieves an array of endpoint arguments from the item schema and endpoint method.
Source: wp-includes/rest-api.php:2845
Function: Retrieves an array of endpoint arguments from the item schema and endpoint method.
Source: wp-includes/rest-api.php:2845
Function: Validates if the JSON Schema pattern matches a value.
Source: wp-includes/rest-api.php:1640
Function: Finds the schema for a property using the patternProperties keyword.
Source: wp-includes/rest-api.php:1655
Function: Formats a combining operation error into a WP_Error object.
Source: wp-includes/rest-api.php:1676
Function: Gets the error of combining operation.
Source: wp-includes/rest-api.php:1709
Function: Finds the matching schema among the “anyOf” schemas.
Source: wp-includes/rest-api.php:1778
Function: Finds the matching schema among the “oneOf” schemas.
Source: wp-includes/rest-api.php:1812
Function: Get all valid JSON schema properties.
Source: wp-includes/rest-api.php:1884
Function: Adds Application Passwords info to the REST API index.
Source: wp-includes/rest-api.php:1107
Function: Collects the status of authenticating with an application password.
Source: wp-includes/rest-api.php:1056
Function: Checks for errors when using application password-based authentication.
Source: wp-includes/rest-api.php:1073
Filter Hook: Filters the REST route for the currently queried object.
Source: wp-includes/rest-api.php:2831
Function: Gets the REST API route for a post.
Source: wp-includes/rest-api.php:2724
Filter Hook: Filters the REST API route for a post.
Source: wp-includes/rest-api.php:2758
Function: Gets the REST API route for a term.
Source: wp-includes/rest-api.php:2769
Filter Hook: Filters the REST API route for a term.
Source: wp-includes/rest-api.php:2803
Function: Gets the REST route for the currently queried object.
Source: wp-includes/rest-api.php:2813
Function: Filters the response to remove any fields not available in the given context.
Source: wp-includes/rest-api.php:2581
Function: Sets the “additionalProperties” to false by default for all object definitions in the schema.
Source: wp-includes/rest-api.php:2686
Function: Gets the best type for a value.
Source: wp-includes/rest-api.php:1508
Function: Handles getting the best type for a multi-type schema.
Source: wp-includes/rest-api.php:1547
Function: Checks if an array is made up of unique items.
Source: wp-includes/rest-api.php:1582
Function: Stabilizes a value following JSON Schema semantics.
Source: wp-includes/rest-api.php:1611
Function: Converts an array-like value to an array.
Source: wp-includes/rest-api.php:1434
Function: Determines if a given value is object-like.
Source: wp-includes/rest-api.php:1455
Function: Converts an object-like value to an object.
Source: wp-includes/rest-api.php:1479
Function: Determines if a given value is integer-like.
Source: wp-includes/rest-api.php:1406
Function: Determines if a given value is array-like.
Source: wp-includes/rest-api.php:1418
Function: Parses a 3 or 6 digit hex color (with #).
Source: wp-includes/rest-api.php:1197
Function: Handles _doing_it_wrong errors.
Source: wp-includes/rest-api.php:641