Forums
(@mikeyb31)
6 years, 8 months ago
This is doing the trick too:
if (defined(‘WP_CACHE’) && WP_CACHE === false) { add_filter(‘bypass_cache’, function () { return true; }); }
6 years, 11 months ago
You’re welcome @wpwhitesecurity Thank you for the plugin ??
*** As a quick fix/alternative, you can disable the AJAX requests by setting the “Refresh Audit Log Viewer” to “Manual” @ /wp-admin/admin.php?page=wsal-settings#tab-audit-log
7 years, 1 month ago
Bump