15525 shaares
The WordPress admin area doesn’t have an “Off” switch built into the UI, but you can disable automatic updates by adding the following code to your wp-config.php file:
1
define( 'AUTOMATIC_UPDATER_DISABLED', true );
There are a couple of other methods developers should know about:
If you’re using a deployment system that uses SVN or GIT it’s disabled by default