How to disable automatic updates in WordPress

How to disable automatic updates in WordPress
This post explains how to disable automatic updates in WordPress. This can be done by editing the “wp-config.php” file. To completely disable the automatic updates on WordPress, please add the following line on the “wp-config.php” file.

define( ‘AUTOMATIC_UPDATER_DISABLED’, true );