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. |
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 );
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.