Uses
Uses | Description |
---|---|
wp-includes/rest-api.php: rest_authorization_required_code() | Returns a contextual HTTP error code for authorization failure. |
wp-includes/rest-api/class-wp-rest-server.php: rest_request_after_callbacks | Filters the response immediately after executing any REST API callbacks. |
wp-includes/rest-api/class-wp-rest-server.php: rest_request_before_callbacks | Filters the response before executing any REST API callbacks. |
wp-includes/rest-api.php: rest_ensure_response() | Ensures a REST response is a response object (for consistency). |
wp-includes/rest-api/class-wp-rest-server.php: rest_pre_dispatch | Filters the pre-calculated result of a REST dispatch request. |
wp-includes/rest-api/class-wp-rest-server.php: rest_dispatch_request | Filters the REST dispatch request result. |
wp-includes/rest-api/class-wp-rest-server.php: WP_REST_Server::get_namespaces() | Retrieves namespaces registered on the server. |
wp-includes/rest-api/class-wp-rest-server.php: WP_REST_Server::get_routes() | Retrieves the route map. |
wp-includes/rest-api/class-wp-rest-server.php: WP_REST_Server::error_to_response() | Converts an error to a response object. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |