Skip to main content
All CollectionscPanel and WebHost Manager (WHM)
How to disable automatic updates in WordPress
How to disable automatic updates in WordPress

A step-by-step guide to disable automatic updates using cPanel's File Manager to modify the wp-config.php

Justin Catello avatar
Written by Justin Catello
Updated over a week ago

Automatic updates for WordPress are enabled by default when creating a cPanel account. However, if your project requires a specific version of WordPress, cPanel allows you to disable automatic updates, giving you the option to manually install updates. If you'd like to turn off automatic updates, please follow the guide below.

  1. Enter cPanel - If you don't know how, you can follow this guide.

  2. In cPanel, look for the File Manager option under the Files tab.

  3. Within the File Manager, look for public_html, then within the directory look for wp-config.php.

  4. Right-click wp-config.php and click Edit. A pop-up, will appear, click Edit to proceed.

  5. Within the file, you will input the following:

    define( 'WP_AUTO_UPDATE_CORE', false );

    Once you have put the above in the file, click Save Changes.

    โ€‹



Congratulations! You've successfully disabled WordPress automatic updates.

If you have any questions, please donโ€™t hesitate to contact our team via live chat.

For technical inquiries, please feel free to reach our support team by emailing support@bigscoots.com from your registered email or by submitting a support ticket.

Did this answer your question?