Quantcast
Channel: WPRecipes
Viewing all articles
Browse latest Browse all 121

How to disable automatic updates in WordPress 3.7

$
0
0

To disable automatic updates, open your wp-config.php file and paste the following line in it:

define( 'AUTOMATIC_UPDATER_DISABLED', true );

Once you saved the file, automatic updates will be turned off and you’ll have to manually upgrade your blog again.


Viewing all articles
Browse latest Browse all 121

Trending Articles