Does Wordfence ever modify other plugin files? (updraftplus.php)
-
Wordfence scan is showing a change in my updraftplus.php file. The change is new code inserted:
‘ # The Google Analyticator plugin does something horrible: loads an old version of the Google SDK on init, always – which breaks us
if ((defined(‘DOING_CRON’) && DOING_CRON) || (isset($_GET[‘page’]) && $_GET[‘page’] == ‘updraftplus’)) remove_action(‘init’, ‘ganalyticator_stats_init’); ‘This was after several scans failed with this error: Call to Wordfence API to resolve IPs failed: We received an error response when trying to contact the Wordfence scanning servers. The HTTP status code was [0] and the curl error number was [6] and the error from CURL was: Couldn’t resolve host ‘noc1.wordfence.com’
A couple of days ago, Wordfence gave me a different “file difference” warning on Updraftplus.php. I re-installed UpdraftPlus and it went away. That’s what’s got me wondering if the new difference was inserted by Wordfence. But the “which breaks us” in the message doesn’t say who “us” is.
I don’t use the Google Analyticator plugin.
Anyone else seeing this?
The topic ‘Does Wordfence ever modify other plugin files? (updraftplus.php)’ is closed to new replies.