If you need to disable WordPress automatic updates, you will need to login to cPanel in order to do this.
- Login to cPanel and go to File Manager
- Once the File Manager window is open, look for wp-config.php file.
- 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 );
- Click on Save.
If done correctly, you should see something like the image below.
