Hinnerk Altenburg

Web Developer in Hamburg, Germany

WordPress filter hook: log and debug WP_Http requests

without comments

This WordPress filter hooks into WP_Http::_dispatch_request() to write all request and response details into a logfile.
It logs all HTTP requests (GET, POST, HEAD) that are sent and received by the WP_Http class, e.g. explicitly via $wp_http_object->request() or via wp_remote_request() or wp_remote_get() or wp_remote_post() or wp_remote_head().
The hook is useful for logging while debugging WordPress plugins that connect to other servers.

See also:
WordPress Plugin API Documentation: Filters
WordPress Function Reference: add_filter

Written by Hinnerk

Mai 31st, 2012 at 10:48 pm

Posted in English

Tagged with , , , , ,