@package: REST_API
-
Recursively computes the intersection of arrays using keys for comparison.
-
Filters the query arguments for a REST API post search request.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/search/class-wp-rest-post-search-handler.php:93 -
Core class to search through all WordPress content via the REST API.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:17 -
Constructor.
Used by 1 function | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:65 -
Registers the routes for the search controller.
Used by 0 functions | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:91 -
Checks if a given request has access to search content.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:115 -
Retrieves a collection of search results.
Used by 0 functions | Uses 9 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:127 -
Prepares a single search result for response.
Used by 1 function | Uses 5 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:198 -
Retrieves the item schema, conforming to JSON Schema.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:235 -
Retrieves the query params for the search results collection.
Used by 1 function | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:304 -
Sanitizes the list of subtypes, to ensure only subtypes of the passed type are included.
Used by 0 functions | Uses 4 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:369 -
Gets the search handler to handle the current request.
Used by 3 functions | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php:398 -
Fires after a single term is completely created or updated via the REST API.
Used by 4 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php:624 -
Fires completely after a comment is created or updated via the REST API.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:842 -
Controller which provides a REST endpoint for the editor to read, create, edit, and delete synced patterns (formerly called reusable blocks).
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php:20 -
Checks if a pattern can be read.
Used by 0 functions | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php:30 -
Filters a response based on the context defined in the schema.
Used by 0 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php:49 -
Retrieves the pattern’s schema, conforming to JSON Schema.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php:73 -
Filters theme data returned from the REST API.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:382 -
Retrieves the theme’s schema, conforming to JSON Schema.
Used by 0 functions | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:474 -
Retrieves the search params for the themes collection.
Used by 2 functions | Uses 2 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:714 -
Filters REST API collection parameters for the themes controller.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:733 -
Sanitizes and validates the list of theme status.
Used by 0 functions | Uses 4 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:747 -
Core class used to manage themes via the REST API.
Used by 0 functions | Uses 1 function | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:17 -
Constructor.
Used by 1 function | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:30 -
Registers the routes for themes.
Used by 0 functions | Uses 3 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:42 -
Checks if a given request has access to read the theme.
Used by 0 functions | Uses 6 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:98 -
Retrieves a collection of themes.
Used by 0 functions | Uses 5 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:197 -
Prepares a single theme output for response.
Used by 2 functions | Uses 14 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php:233 -
Fires after a user is completely created or updated via the REST API.
Used by 2 functions | Uses 0 functions | Source: wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php:702