fbpx

How To Disable WordPress Automatic Updates

Facebook
Twitter
LinkedIn
Email

If you need to disable WordPress automatic updates, you will need to login to cPanel in order to do this.

  1. Login to cPanel and go to File Manager
  2. Once the File Manager window is open, look for wp-config.php file.
  3. Paste the following code to your file just right before the comment “/* That’s all, stop editing! Happy publishing. */“.
    /* Disable WordPress automatic updates */  
    define( 'AUTOMATIC_UPDATER_DISABLED', true );
  4. Click on Save.

If done correctly, you should see something like the image below.

disable WordPress automatic updates
Facebook
Twitter
LinkedIn
Email

Leave a Comment

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