How to Disable Automatic Updates in WordPress



Open your config.php file.

Add this line/code in bottom:

==================================
define( ‘WP_AUTO_UPDATE_CORE’, false );
==================================

This doesn’t affect you in Alerting/Notification. You will be able see in your control panel. Only automatic update will stop and later you can manually update by one click.