DigitalRefresh
8/8/2018 - 1:41 AM

Disable Wordpress Update #reg #config

Disable Automatic WordPress Core Update from the entire site
Source: https://www.sitepoint.com/a-guide-to-updating-wordpress/

//Disable/Enable Automatic Updates 
//TRUE: to enable automatic minor & major updates, FALSE: to disable all of them, or MINOR: to only enable automatic minor updates (which is the default behavior).
\!h define('WP_AUTO_UPDATE_CORE', __minor__);

//Optional: Disable Automatic Minor Default Updates.
//define('AUTOMATIC_UPDATER_DISABLED', true);