How to Better Manage Automatic WordPress Updates

Are you looking for a way to automatically manage WordPress updates?

Updates are important for the security and stability of your WordPress site.

In this article, we will show you how to better manage automatic WordPress updates.

How to Better Manage Automatic WordPress Updates

Why Do You Need Better Automatic Updates in WordPress?

Keeping your WordPress website updated is extremely important. The same goes for all plugins and themes installed on your website. You need to install updates for WordPress core, themes, and plugins to get new features and fixes.

Learn more in our guide on why you should always use the latest version of WordPress.

WordPress will automatically update itself when a security or minor release is available. You can also enable automatic updates for major releases, as well as plugins and themes.

WordPress updates

However, you may have noticed that some of them are updated more frequently than others. A lot of popular plugins are updated almost weekly.

Some users find it a bit annoying that whenever they log in there are new updates available for WordPress core, one or more plugins, or their theme. It becomes even more time-consuming when you manage multiple WordPress sites.

That’s why many users want to have WordPress automatically install updates for WordPress core, trusted plugins, and themes. But while WordPress now lets you do this without a plugin, you still don’t have full control over your auto-updates.

Let’s take a look at how you can take total control of WordPress and minimize the time spent on installing updates.

Setting Up Easy Updates Manager

The first thing you need to do is install and activate the Easy Updates Manager plugin. This plugin gives you complete control over customizing your updates and also keeps logs of what is updated and when.

For more details, see our step-by-step guide on how to install a WordPress plugin.

Upon activation, you need to visit Dashboard » Updates Options page to set up the plugin.

Enabling Automatic Updates With a Plugin

This page provides you quick access to turn on or off updates for WordPress core, plugins, themes, and translations. The default settings here will work well for most websites.

We strongly recommend that you never turn off updates for WordPress core, plugins, or themes. It will seriously compromise your site’s security and health.

Setting Up Automatic Updates for WordPress, Plugins, and Themes

Easy Updates Manager allows you to quickly enable automatic updates for WordPress core, plugins, and themes from the Dashboard » Updates options page. Simply click on the blue ‘Auto update everything’ button in the ‘Quick configuration actions’ section.

Auto Update Everything

This plugin also allows you to selectively turn on automatic updates for certain plugins or themes. If you would like to selectively turn on automatic updates, then click the ‘Choose per plugin’ and ‘Choose per theme’ buttons.

Next, we’ll show you how to select which plugins and themes are updated automatically.

Setting Up Automatic Updates for Select Plugins and Themes

If you selected to individually enable automatic updates for a few plugins, then you need to switch to the ‘Plugins’ tab on the Dashboard » Updates options page.

Enable automatic updates for individual plugins

Here you will see a list of all plugins installed on your WordPress site. To automatically update a certain plugin, simply click the ‘On’ button under ‘Automatic updates’.

When you switch to the ‘Themes’ tab, you will see a list of themes installed on your site.

Select which themes to automatically update

You need to click the ‘On’ button under ‘Automatic updates’ for those themes that you want to be updated automatically.

Rolling Back to a Previous Version of a Plugin or Theme

Plugin and theme incompatibilities are the major reason why some users are hesitant when it comes to updating. Even though most good developers thoroughly test their plugins, there can still be bugs that can cause your site to break.

The first step you should take to protect your website is to install a WordPress backup solution. This will let you restore your entire website if something goes wrong.

However, restoring your WordPress site from a backup can be a lot of work. If you know which plugin or theme update caused the problem, then it’s easier just to roll back that one update.

The first thing you need to do is install and activate the WP Rollback plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.

Upon activation, go back to the plugins page on your WordPress site. You will notice a new Rollback option below each plugin installed on your site.

The Plugins Page Now Has a New Rollback Link

Clicking on the ‘Rollback’ link will allow you to roll back your plugin to any previous version you want. It can also roll back theme updates.

For detailed, step-by-step instructions, see our guide on how to rollback WordPress plugins.

We hope this article helped you find a better way to manage automatic WordPress updates on your site. You may also want to learn how to increase your blog traffic, or see our list of 40 useful tools to manage and grow your WordPress blog.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Better Manage Automatic WordPress Updates first appeared on WPBeginner.

How to Disable Automatic Updates in WordPress

Did you know that WordPress can automatically update your website? In some cases, that can include plugins and themes too.

Despite the security benefits, there is a slight chance that these background updates can break your website.

In this article, we will show you how to disable automatic updates in WordPress, so you can manually update on your own.

Disabling automatic updates in WordPress

Why WordPress Updates Automatically

WordPress automatically updates the core WordPress software for security reasons.

Sometimes, it may also update a plugin or theme to fix a potential threat. For instance, a WordPress plugin or theme might be updated to remove a critical vulnerability. If that plugin or theme is used by a lot of websites, WordPress core team may push out an automatic update for that.

Apart from those situations, WordPress lets you decide when you want to install updates.

We don’t recommend turning off automatic WordPress updates. They’re an important security feature.

However, in some rare situations, updates can break your website or affect its functionality. This could lead to you losing business and customers.

If you’re confident that you can manage manual updates yourself, then you can safely disable automatic updates in WordPress.

Configuring and Disabling Automatic WordPress Updates

The easiest way to do this is by installing and activating the Easy Updates Manager plugin. If you’re not sure how to do that, take a look at our step by step guide on how to install a WordPress plugin.

Once the plugin is activated, go to Dashboard » Updates Options to configure your settings.

Configuring the settings for the Easy Updates Manager plugin

You can choose to ‘Disable all updates’, but we don’t recommend this option. Primarily because it’ll prevent all update notifications from appearing.

Instead, you should pick the settings you want. You could disable plugin and theme auto-updates, but leave the standard core WordPress auto-updates enabled.

Disabling automatic plugin and theme updates while leaving minor core auto updates enabled

Note: If you choose ‘Disable plugin updates’ and ‘Disable theme updates’ instead of ‘Disable auto updates’, then you won’t even see the update notifications in your plugins and themes lists.

Easy Updates Manager keeps a log of what’s updated, so if anything does break on your site, you can rollback to a previous working version. To view this, go to Dashboard » Updates Options and then click the ‘Logs’ tab.

The logs tab of the Easy Updates Manager plugin

There’s also a premium version of Easy Updates Manager, which offers a lot of extra options. For instance, it integrates with UpdraftPlus so that you can automatically run a backup of your site before updates are applied.

Disabling Automatic WordPress Updates Without Using a Plugin

What if you don’t want to use a plugin? You can disable automatic updates in WordPress by adding this line of code in your wp-config.php file:

define( 'WP_AUTO_UPDATE_CORE', false );

This will disable all automatic WordPress updates.

Important: Make sure you read our article on how to safely edit the wp-config.php file in WordPress with step by step instructions.

If you want to receive minor core updates, but disable theme and plugin updates, you can do so by adding the following filters in your theme’s functions.php file or in a site-specific plugin.

Disable automatic WordPress plugin updates:

add_filter( 'auto_update_plugin', '__return_false' );

Disable automatic WordPress theme updates:

add_filter( 'auto_update_theme', '__return_false' );

Pros and Cons of Automatic WordPress Updates

Now you know how to disable automatic updates, but should you disable them? There’s no right answer and this depends on you and your website.

On our sites, we’ve disabled automatic plugin and theme updates while keeping the minor core updates enabled.

Let’s take a look at the advantages and disadvantages of automatic updates. That way, you can decide whether to disable auto-updates on your site.

Advantages of Automatic Updates in WordPress

Automatic updates are great for WordPress security. Many users forget to update their plugins or their core WordPress installation.

With automatic WordPress updates enabled, you don’t have to worry about updating your site whenever a minor update to WordPress is released. These are pushed out for maintenance and security purposes.

In the past, automatic updates were something you only got by paying for managed WordPress hosting. Now, they’re available for everyone (at least for minor releases).

You also know that if there’s a crucial security issue with WordPress or a popular plugin, then WordPress will automatically update. Even if you’re busy or away from home, your site will stay secure.

If you have a lot of sites, then automatic updates can save you quite a bit of time. And even if you only have one site, you might prefer the peace of mind of knowing that WordPress is taking care of things.

Disadvantages of Automatic Updates in WordPress

The core WordPress team responsible for releasing updates, makes sure that it goes without a hiccup.

However, there is a slight chance that automatic updates can break your site. In our experience, the minor releases haven’t broken any of our sites yet.

That’s because we are following the best practices and not modifying any core files. If you modify WordPress core files, then these automatic updates can override them.

If WordPress ever felt it necessary to push out a security update for a theme you are using, there is a chance that it will break your website. This particularly applies if you have modified your theme files.

Automatic plugin updates can potentially break your site as well. There are just too many variables, such as different server environments and plugin combinations.

Now it’s important to know that these updates will not break the vast majority of websites. Even so, you may feel you don’t want to take the risk.

Another drawback is that you won’t always automatically get a notification when your site is updated.

Should I Disable Automatic WordPress Updates?

Basically, it is up to you to make this decision.

For most beginners and vast majority of WordPress websites, automatic updates are harmless, and you should not disable them.

However, if you run an online store or don’t want to lose business due to a broken site, then you can safely turn off automatic updates.

Still, make sure that you manually install those updates in a timely manner to ensure your website’s security.

We hope this article helped you learn how to disable automatic updates in WordPress.

Whether you’re using automatic or manual updates, it’s crucial to make sure you have regular backups of your site. Take a look at our comparison of the best WordPress backup plugins and our guide on how to restore your WordPress site from a backup.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Disable Automatic Updates in WordPress appeared first on WPBeginner.