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 );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |