Forums
(@asrash)
10 years, 11 months ago
Disabling automatic updates in WordPress is easy. Simply add this line of code in your wp-config.php file:
1 define( ‘WP_AUTO_UPDATE_CORE’, false );
12 years, 2 months ago
Thanks ohceeya, I will try to apply this…thanks you very much for your help…