How To Disable All Automatic WordPress Updates
erics, Posted April 22nd, 2024 at 10:30:48am
To disable all automatic WordPress updates, just edit your WordPress/wp-config.php
file and locate the line that says:
/* That's all, stop editing! Happy blogging. */
Add the following line ABOVE that line, then save and exit:
1 |
define( 'WP_AUTO_UPDATE_CORE', false ); |
Leave Your Comment
All fields marked with "*" are required.