WordFenceのScanは、そのウィンドウがactiveのときにしかscanしてくれない。色々と作業している最中も、scanしてほしい。。
ということで、その方法をご紹介。
プラグイン中の、/js/admin.js の updateActivityLog の最初のif部をコメントアウトすればOK
updateActivityLog: function() { // if (this.activityLogUpdatePending || !this.windowHasFocus()) { // if (!jQuery('body').hasClass('wordfenceLiveActivityPaused') && !this.activityLogUpdatePending) { // jQuery('body').addClass('wordfenceLiveActivityPaused'); // } // return; // }