Log HTTP Requests

Explore Log HTTP Requests vulnerabilities across all versions. Currently tracking 1 known vulnerabilities, including severity, impact, and patch status.

Strategic Overview

Avg CVSSMedium
6.1/ 10
Patch Coverage100%
Open

0

Fixed

1

Get automatic notifications for all Log HTTP Requests vulnerabilities before they are exploited.

Vulnerability Records

1 records
Plugin Profile
Latestv1.5.0

Log HTTP Requests

Matt Gibbs

Author

Matt Gibbs

5.0(15)
100/100
Last Updated
2025-11-11 (9mo ago)
Active Installs
2,000+
Downloads
78,379
Requires WP
5.0+
Requires PHP
0+
Tested up to
WP 6.8.6
Created
2017-07-19 (9y ago)

Log and view all WP HTTP requests How long do [core / plugin / theme] update checks take to run? What data about my site is being sent out? What about all those ajax requests? The answers to these questions are just a few clicks away. This plugin logs all WP_HTTP requests and displays them in a table listing for easy viewing. It also stores the runtime of each HTTP request. Available Hooks Customize the length (in days) before older log items are removed: add_filter( 'lhr_expiration_days', function( $days ) { return 7; // default = 1 }); Don’t log items from a specific hostname: add_filter( 'lhr_log_data', function( $data ) { if ( false !== strpos( $data['url'], 'wordpress.org' ) ) { return false; } return $data; }); In the above example, the $data array keys correspond to columns within the lhr_log database table. Important Links Github →

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C