How to disable automatic updates in WordPress

To disable automatic updates, open your wp-config.php file and paste the following line in it:

define( 'AUTOMATIC_UPDATER_DISABLED', true );

Once you saved the file, automatic updates will be turned off and you’ll have to manually upgrade your blog again.

Web Design

automaticdisableupdatesWordPress

Leave a Reply

Your email address will not be published. Required fields are marked *