Prevent WordPress from Automatically updating

To keep WordPress from automatically updating, entering this line of code in the ‘wp-config.php script.

/**
* Disable automatic updates
*/

define( ‘WP_AUTO_UPDATE_CORE’, false );

Leave a Comment

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.