@package: REST_API
-
Checks if a given request has access to delete all application passwords for a user.
Used by 0 functions | Uses 6 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:366 -
Registers the REST API routes for the application passwords controller.
Used by 0 functions | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:34 -
Core class to access a user’s application passwords via the REST API.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:17 -
Application Passwords controller constructor.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php:24 -
If empty comments are not allowed, checks if the provided comment content is not empty.
Used by 2 functions | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:1995 -
Checks whether the status is valid for the given post.
Used by 0 functions | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:1511 -
Core class representing a search handler for terms in the REST API.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/search/class-wp-rest-term-search-handler.php:17 -
Constructor.
Used by 1 function | Uses 1 function | Source: wp-includes/rest-api/search/class-wp-rest-term-search-handler.php:24 -
Searches terms for a given search request.
Used by 0 functions | Uses 4 functions | Source: wp-includes/rest-api/search/class-wp-rest-term-search-handler.php:53 -
Filters the query arguments for a REST API term search request.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-term-search-handler.php:91 -
Prepares the search result for a given term ID.
Used by 0 functions | Uses 2 functions | Source: wp-includes/rest-api/search/class-wp-rest-term-search-handler.php:128 -
Prepares links for the search result of a given ID.
Used by 0 functions | Uses 3 functions | Source: wp-includes/rest-api/search/class-wp-rest-term-search-handler.php:157 -
Core class representing a search handler for post formats in the REST API.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php:17 -
Constructor.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php:24 -
Searches the post formats for a given search request.
Used by 0 functions | Uses 4 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php:41 -
Filters the query arguments for a REST API post format search request.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php:61 -
Prepares the search result for a given post format.
Used by 0 functions | Uses 2 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php:105 -
Prepares links for the search result.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php:135 -
Checks if the request has specified a JSON Content-Type.
-
Retrieves an array of endpoint arguments from the item schema and endpoint method.
-
functionrest_find_any_matching_schema()
Finds the matching schema among the “anyOf” schemas.
-
functionrest_find_one_matching_schema()
Finds the matching schema among the “oneOf” schemas.
-
Get all valid JSON schema properties.
-
Validates if the JSON Schema pattern matches a value.
-
Finds the schema for a property using the patternProperties keyword.
-
Formats a combining operation error into a WP_Error object.
-
Gets the error of combining operation.
-
Adds Application Passwords info to the REST API index.
-
Collects the status of authenticating with an application password.
-
Checks for errors when using application password-based authentication.