WP_REST_Request::is_json_content_type()
Method: Checks if the request has specified a JSON Content-Type.
Source: wp-includes/rest-api/class-wp-rest-request.php:334
Method: Checks if the request has specified a JSON Content-Type.
Source: wp-includes/rest-api/class-wp-rest-request.php:334
Function: Retrieves an array of endpoint arguments from the item schema and endpoint method.
Source: wp-includes/rest-api.php:3213
Function: Sets the “additionalProperties” to false by default for all object definitions in the schema.
Source: wp-includes/rest-api.php:3009
Function: Filters the response to remove any fields not available in the given context.
Source: wp-includes/rest-api.php:2904
Function: Get all valid JSON schema properties.
Source: wp-includes/rest-api.php:1999
Function: Validates if the JSON Schema pattern matches a value.
Source: wp-includes/rest-api.php:1682
Function: Finds the schema for a property using the patternProperties keyword.
Source: wp-includes/rest-api.php:1697
Function: Formats a combining operation error into a WP_Error object.
Source: wp-includes/rest-api.php:1718
Function: Gets the error of combining operation.
Source: wp-includes/rest-api.php:1751
Function: Finds the matching schema among the “anyOf” schemas.
Source: wp-includes/rest-api.php:1820