Skip to content
  • Homepage
  • HTML
  • CSS
  • Symfony
  • PHP
  • How to
  • Contact
  • Donate

Teach Developer

Articles, Guides & Tips

How to Disable WordPress Auto Update? Turn Off WordPress Auto Updates

Home  »  How to • Wordpress   »   How to Disable WordPress Auto Update? Turn Off WordPress Auto Updates
Posted on August 4, 2022 No Comments on How to Disable WordPress Auto Update? Turn Off WordPress Auto Updates
827

WordPress can update your website automatically. It can also update themes and plugins on your site. Choosing to automatically update a website can provide additional security benefits and at the same time, the chances of breaking your site’s style or functionality cannot be ignored. It is more relevant in the case of websites built with customization of themes and involving a lot of jQuery code like in the case of e-commerce websites (woo-commerce/easy digital downloads).

I have personally faced the breaking of my online business site when I updated it to WordPress 5.6 (from WordPress 5.5) and found many functions such as sub-menus, menu triggering in mobile devices, and sliding testimonials got affected.

In this post, let us understand the process of disabling WordPress core automatic updates. It is essential to be aware of the consequence of disabling WordPress auto-updates. It may cause your site to miss important security updates, leaving it vulnerable. Also reviewing and applying WordPress version updates manually can be time-consuming.

To disable WordPress auto-update, you can move in two ways:

• The manual approach that requires coding
• Using a WordPress plugin – Easy Updates Manager Plugin (recommended)

Let us discuss each one of them in detail.

How to Manually Disable WordPress Auto Updates

To turn off automatic updates for WordPress core, you just have to add the following code to your wp-config.php file:

define( ‘WP_AUTO_UPDATE_CORE’, false );

To access the file, you’ll need to either use a Cpanel or the file manager in your web host (whether it be Siteground, GoDaddy, Bluehost, or Hostgator).

Once you have access to your site’s files, you can find wp-config.php by navigating to public_html. Open up/Edit the file and add the code snippet towards the end, right above the line that says /* That’s all, stop editing! Happy publishing. */ as seen below:

Now WordPress will no longer install version updates automatically. This only applies to the wordpress core installation. If you want to disable updates for plugins and themes as well, proceed to the next step.

How to Disable WordPress Theme Auto Update Using a Plugin

To show you how to turn off WordPress auto-update let us use the Easy Updates Manager plugin which controls the auto-update feature for your site as well as the theme. The WordPress auto-update disabling plugin allows you to do this for a single site for the given Multisite network.

First, install and activate the WordPress auto-update disabling plugin – Easy Updates Manager

The “General” tab of the plugin would allow you to set the plugin conditions with respect to how you would like to manage as well as receive notifications about updates of themes and plugins for your WordPress site.

The options for managing the WordPress auto-updates are:

• Enable/Disable all updates
• Manage all WordPress automatic updates through a single button
• Disable Plugin updates
• Disable Theme updates
• Manage Translation updates
• Manage Notification e-mails
• Other settings

You will be able to individually set the WordPress auto-update options for each of your plugins and themes by clicking on their respective tabs on the Easy Updates Manager configuration screen.

Got any questions or addition? Please leave a comment.

Thank you for reading.

How to, Wordpress

Post navigation

Previous Post: How to display the last updated date of a post in WordPress
Next Post: Best Practical CSS Tips

Related Posts

  • How to Deploy or Host your ReactJS App in cPanel
  • How to move an entire div element up x pixels with CSS?
  • How to change password in the CodeIgniter framework
  • How to Enable Debug Mode in Laravel
  • Here are 10 platforms where you can find your next remote job as a developer.
  • How to make the scrollbar visible in mobile browsers with CSS?

Leave a Reply Cancel reply

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

Categories

  • Codeigniter (3)
  • CSS (11)
  • eCommerce (1)
  • Framework (1)
  • Git (3)
  • How to (43)
  • HTML (5)
  • JavaScript (15)
  • Jquery (7)
  • Laravel (1)
  • Linux (4)
  • Magento-2 (1)
  • Node js (4)
  • Others (2)
  • PHP (11)
  • React (13)
  • Server (1)
  • SSH (3)
  • Symfony (6)
  • Tips (16)
  • Top Tutorials (10)
  • Ubuntu (3)
  • Vue (1)
  • Wordpress (7)

Latest Posts

  • What is SSH in Linux?
  • How to Delete Files in Ubuntu Command Line
  • How to Deploy a React application on a cPanel
  • How to use events listeners and Event Subscriber in Symfony
  • How to Convert PHP CSV to JSON

WEEKLY TAGS

AJAX (1) Codeigniter (1) Javascript (11) JQuery (1) PHP (16) Programming (1) React (3) Symfony (1)

Random Post

Enable or Disable SSH Root Login Access in Linux
10 Programming Habits that every Developer Should Adopt
How to Add Reset Button in jQuery UI Datepicker
How To Install Nginx, PHP on Ubuntu 22.04
How to clear your cache in npm

Quick Navigation

  • About
  • Contact
  • Privacy Policy

© Teach Developer 2021. All rights reserved