Fires after an HTTP API response is received and before the response is returned.
Parameters
Source
do_action( 'http_api_debug', $response, 'response', 'WpOrg\Requests\Requests', $parsed_args, $url );
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
| CARVIEW |
Fires after an HTTP API response is received and before the response is returned.
do_action( 'http_api_debug', $response, 'response', 'WpOrg\Requests\Requests', $parsed_args, $url );
| 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. |
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.