Still getting updates
-
I installed this plugin and all the updates are disabled
Also wpconfig i madedefine( 'WP_AUTO_UPDATE_CORE', false );
define( ‘AUTOMATIC_UPDATER_DISABLED’, true );
I also have Wordfence Security -plugin that does not update anything but detects if files are changing and this week there was these files changed:
WordPress core file modified: wp-includes/general-template.php
WordPress core file modified: wp-includes/http.php
` WordPress core file modified: wp-login.phpI looked the files and it didn’t seem like a virus, but like more secure functions. Just couple of lines changed.
So what the H* is updating my files ?
And how to block ALL automatic updates ?!
I want only to update things manyally when i have time for that and time for all the troubles that comes from the updatesbtw.cannot use in wp-config:
add_filter( ‘auto_update_plugin’, ‘__return_false’ );
add_filter( ‘auto_update_theme’, ‘__return_false’ );
because site will stop working
WordPress version is 4.9.4
- The topic ‘Still getting updates’ is closed to new replies.