http_api_debug WordPress Action Hook
The http_api_debug Wordpress hook is a great way to debug your WordPress site's HTTP API. This hook allows you to see what is happening behind the scenes when you make HTTP requests to your WordPress site. This is a great way to troubleshoot errors and see what is happening when you make changes to your site.
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
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |