On this page
do_action( 'http_api_debug', array|WP_Error $response, string $context, string $class, array $parsed_args, string $url )
Fires after an HTTP API response is received and before the response is returned.
Parameters
Source
File: wp-includes/class-wp-http.php. View all references
do_action( 'http_api_debug', $response, 'response', 'Requests', $parsed_args, $url );
Related
Used By
| Used By | Description |
|---|---|
| WP_Http::_dispatch_request() wp-includes/class-wp-http.php | Dispatches a HTTP request to a supporting transport. |
| WP_Http::request() wp-includes/class-wp-http.php | Send an HTTP request to a URI. |
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/http_api_debug