Uses
Uses | Description |
---|---|
wp-includes/rest-api.php: rest_ensure_response() | Ensures a REST response is a response object (for consistency). |
wp-includes/rest-api.php: rest_url() | Retrieves the URL to a REST endpoint. |
wp-includes/rest-api/class-wp-rest-server.php: WP_REST_Server::get_data_for_routes() | Retrieves the publicly-visible data for routes. |
wp-includes/rest-api/class-wp-rest-server.php: rest_namespace_index | Filters the namespace index data. |
wp-includes/rest-api/class-wp-rest-server.php: WP_REST_Server::get_routes() | Retrieves the route map. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |