WordPress 5.6.2 keeps updating despite having auto updates disable
-
I am running WordPress 5.6.2 and it keeps updating despite having updates disabled in my wp-config.php via the following code:
define( ‘AUTOMATIC_UPDATER_DISABLED’, true );
The code is just below the database table prefix to make sure it is one of the first things to execute.
I also installed the “Easy Update Manager” plugin to see if that would work but still no luck and hosting says it isn’t anything on their end.
Any ideas what might be causing this?
Has anyone had the issue and found it to be related to caching or security plugins? (W3 Total Cache, Autoptimize, and BulletProof Security in my case). Disabling them isn’t really an option and I plan to ask on the plugin support pages too but wanted to mention here as well.
Thank you!
- The topic ‘WordPress 5.6.2 keeps updating despite having auto updates disable’ is closed to new replies.