How to disable automatic updates on WordPress 3.7

I do believe that in the past years the WordPress team have done everything they could to get an amazing piece of software and really mess up some of its former qualities. The new WordPress 3.7 comes with automatic updates, which to me are absolutely USELESS, not to mention they could give me even more headaches.

I’m not the type of a webmaster who doesn’t upgrade the platform. Usually, as soon as I get the yellow bar in wp-admin, notifying me there’s a new version, I’ll start the upgrade. But I do want to know WHEN a new release is coming and also get the chance to backup my files/database if I feel like, see if the upgrade won’t mess with a plugin/theme I created.

99.9% of the times an upgrade is going nicely and it’s done in 3 seconds. I do have custom themes (so am not updating the default one, ‘erasing’ all my customizations) and don’t usually modify the core of the WordPress installation or its plugins. And yet, there are times when something can go wrong and I’d like to have full control over it.

So, if you’re like me and still want to do your own upgrades and not have WordPress do them without your prior consent, fortunately there’s a simple fix:

By using your preferred FTP client, navigate to the ROOT of your WordPress installation. Download wp-config.php

Add this like somewhere in the top:

define( 'AUTOMATIC_UPDATER_DISABLED', true );

Upload the modified file overwriting the old one.

That should do it. You will get notified when a new update is coming and you can then make the upgrade as you did before.

Share your love
Cheryl Zhao
Cheryl Zhao

Cheryl Zhao, a financial expert, has been a part of our team for five years. After earning her MBA from MIT Sloan School of Management, she worked as a real estate broker before turning to blogging. Cheryl’s extensive knowledge of the housing market and trends, coupled with her passion for financial literacy, makes her blog posts an essential read for anyone considering becoming financially independent.

Articles: 590

10 Comments

  1. […] supplied by dojo and I thought I would share the knowledge so go and thank her at her article about disabling automatic updates in 3.7Β if you have the […]

  2. FTP … me!!
    I hadn’t been aware of this feature — I definitely have to follow your tip, thanks so much! Just hope I can manage with this @#$*!!^ stuff (God, I’m so tired of having to handle so many techie things, eating up time from research and writing, ugh!)
    Ok, end of rant. Thanks again! πŸ™‚

  3. Hi Romona,

    I never knew that was possible. Thanks for the code, I will definitely be placing that inside my wp_config file to stop the automatic updates.

    I like to do my own updates, I don’t want them to be automatically done for me.

    Thanks for sharing and I hope you have a great day.

Leave a Reply