Explore our in-depth
tutorials
crafted by
skilled professionals!

Our Latest News, Advice and Thoughts

How to Enable or Disable WordPress Automatic Updates

You are here:

The next documentation will show you how to to discover ways to allow and disable WordPress Automated Updates.

 

Find out how to Allow Automated Updates

1) Log into your cPanel account

2) Select the ‘File Supervisor’ choice.

Wp Update

 

 

3) Then go to the folder which you may have saved the WordPress set up recordsdata.

4) Proper-click the ‘wp-config.php’ file for enhancing.

Wp Update

 

5) Seek for outline (‘AUTOMATIC_UPDATER_DISABLED’, true);

6) Delete the road from the wp-config.php file.

7) Click on the button ‘Save Modifications’ within the prime right-hand nook of the editor to avoid wasting your adjustments.

Wp Update

 

Find out how to Disable Automated Upgrades

We strongly advocate that don’t disable your computerized upgrades until it’s completely required.

1) Log into your cPanel account

2) Select the ‘File Supervisor’ choice.

3) Then go to the folder which you may have saved the WordPress set up recordsdata

4) Seek for wp-config.php file.

5) Insert the next line after the preliminary “outline” statements, proper above the Authentication Distinctive Keys and Salts. Please verify the beneath screenshot.

outline( ‘AUTOMATIC_UPDATER_DISABLED’, true );

Wp Update

 

6) Click on ‘Save Modifications’ button to avoid wasting the adjustments.

 

Find out how to Allow or Disable WordPress Automated Updates from the Command Line

It’s also possible to edit this from the command line.

1) Login to the cPanel account by way of ssh

2) Go to the folder which you may have saved the WordPress set up recordsdata

3) Edit the wp-config.php file utilizing the vi or nano editor.

            # vi wp-config.php file

4) To allow the WordPress Automated Updates, delete the next line from the wp-config.php file and Save the adjustments.

            outline (‘AUTOMATIC_UPDATER_DISABLED’, true);

5) To disable the WordPress Automated Updates, Insert the next line after the preliminary “outline” statements, proper above the Authentication Distinctive Keys and Salts.

            outline (‘AUTOMATIC_UPDATER_DISABLED’, true);

6) Save the adjustments.

 

Should you want any additional assist please do attain our help division at [email protected].

 

 

Leave a Comment