Subscribe On YouTube

Join other subscribers and enjoy other Divi video tutorials!

How To Disable Divi Auto-Updates

Nelson Miller Profile Orange
In this tutorial I will show you how to permanently disable and hide the auto-update option for the Divi Theme.

▶️ Please watch the video above to get all the exciting details! 👆

where to check auto updates in the Divi Theme

Here you can check on what it says. One option may be if it says “Disable auto-updates” and this means that automatic updates are indeed enabled. This should alarm you a little! Keep going!

Divi auto updates enabled and scheduled

If you see “Enable auto-updates” then rest easy knowing that automatic updates are not enabled. However, keep reading learn how to disable this or hide it completely.

Divi auto updates disabled

Where To Place The Code

Controlling the auto-update feature involves adding PHP code to your website. To follow this tutorial you will need to have a child theme installed on your website. If you don’t have a child theme you can download and use our free Divi child theme. The snippets shared should be added into the functions.php file of a child theme. Alternatively, you may use a PHP code snippets plugin.

How To Disable Divi Theme Auto-Updates

You have two main options, you can either disable the feature or hide it completed. If you just want to disable the feature, our code will remove the “Enable auto-updates” link and change the text to “Auto-updates disabled” and you won’t be able to click it.

// Disable Theme Auto Updates
add_filter( 'auto_update_theme', '__return_false' );

After placing the code, you will see that auto-updates are now disabled.

how to disable Divi auto updates
// Remove Themes Auto Update Option
add_filter( 'themes_auto_update_enabled', '__return_false' );

Disable Plugin Auto Updates

// Disable Plugin Auto Updates
add_filter( 'auto_update_plugin', '__return_false' );

Remove Plugins Auto Update Option

// Remove Plugins Auto Update Option
add_filter( 'plugins_auto_update_enabled', '__return_false' );
how to disable automatic theme updates with the Divi Assistant plugin
How to disable automatic plugin updates with the Divi Assistant plugin

Subscribe For More Things Like This!

At the start of each month, we send out a recap newsletter from the month before with family news, Divi news, our latest tutorials, and product news. Occasionally, if the news is too exciting to wait, we will send out another email separate from the monthly newsletter. That’s what you get when you subscribe, and of course you can unsubscribe if you are no longer interested!

Blog Post Optin

Leave A Response!

By commenting you agree to our Blog & YouTube Comments Policy

6 Comments

  1. Claus Nielsen

    Again a nice easy to follow tutorial. THX appreciate your work

    Reply
  2. James H

    That is ripper of little bit of code. This will stop clients updating their themes on auto and wondering why they break!

    Reply
  3. John Sharkey <span class="comment-author-role-label"><a href="https://www.peeayecreative.com/product/divi-adventure-club/" class="comment-author-role-link" rel="external nofollow" target="_blank">Divi Adventure Club Member</a></span>

    Hi Nelsen

    Thanks so much for this and all your great tutorials! 2 Questions:

    1. If you CAN just click to disable the auto-updates and it sticks, is it ok to just do that, rather than add the PHP code? I am also on Siteground and can disable the features in their admin area.

    2. How do you recommend then getting notified about available theme/plugin updates?

    Kind regards,
    John

    Reply
    • Nelson Lee Miller (aka The Divi Teacher) <span class="comment-author-role-label author-label">Author</span>

      Hi John,
      Sure if there is some other way to disable it, go for it. My main point would be to prevent client users from even seeing the option at all.

      I’m not sure about notifications. There should be a plugin for that!

      Reply

Submit a Comment

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

Recent Posts

0

Your Cart