W3cubDocs

/WordPress

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

$response

(array|WP_Error) HTTP response or WP_Error object.

$context

(string) Context under which the hook is fired.

$class

(string) HTTP transport used.

$parsed_args

(array) HTTP request arguments.

$url

(string) The request URL.

Source

File: wp-includes/class-http.php

View on Trac

Changelog

Version Description
2.8.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/http_api_debug