Feel free to contact us if any inconsistencies are found in it.
Thank you for reaching out for assistance with your WordPress site. To disable automatic updates, you will need to modify the wp-config.php file, which is located in the root directory of your WordPress installation.
Please follow these steps:
- Open your
wp-config.php file in a text editor.
- Locate any line that defines
WP_AUTO_UPDATE_CORE. If such a line exists, ensure it is set to false as shown below:
define('WP_AUTO_UPDATE_CORE', false);
If you do not find this line, you can add it above the line that says /* That's all, stop editing! Happy publishing. */.
- Save the changes to your
wp-config.php file and then try again.
This change will disable all automatic updates. Thank You…!