{"id":6540,"date":"2023-06-16T12:22:50","date_gmt":"2023-06-16T06:52:50","guid":{"rendered":"https:\/\/wpzita.com\/?p=6540"},"modified":"2023-06-16T12:22:54","modified_gmt":"2023-06-16T06:52:54","slug":"how-to-disable-automatic-updates-in-wordpress","status":"publish","type":"post","link":"https:\/\/wpzita.com\/fr\/how-to-disable-automatic-updates-in-wordpress\/","title":{"rendered":"How to disable Automatic Updates in WordPress"},"content":{"rendered":"<p class=\"wp-block-paragraph\">WordPress core team mostly pushes updates in wordPress for better results for your website. Apart from all of these it is better to update wordPress for website health. In other cases WordPress upgrades its theme and plugin also. The WordPress Updates reduce much vulnerability that user might face during run time. In this post we are going to learn how to disable automatic updates in WordPress.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Upgrading a WordPress theme\/plugin has many benefits. But sometimes it happens that updates in background can break your wordPress present site which could be harmful for your site. You might faces to lose your business and customers too.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress updates its core by default because of some security reasons. Still you can disable the updates by many other ways; here one of them is by installing <strong><a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/stops-core-theme-and-plugin-updates\/\" target=\"_blank\">Easy Updates Manager Plugin<\/a><\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, in this article we will discuss about how to disable automatic updates in WordPress and later we can update desired plugins or theme or core accordingly manually.<\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_83 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewbox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewbox=\"0 0 24 24\" version=\"1.2\" baseprofile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 eztoc-toggle-hide-by-default' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/wpzita.com\/fr\/how-to-disable-automatic-updates-in-wordpress\/#How_to_disable_automatic_updates_WordPress_without_any_plugin\" >How to disable automatic updates WordPress without any plugin<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/wpzita.com\/fr\/how-to-disable-automatic-updates-in-wordpress\/#Disable_using_Easy_Updates_Manager_Plugin\" >Disable using Easy Updates Manager Plugin<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/wpzita.com\/fr\/how-to-disable-automatic-updates-in-wordpress\/#Pros_of_WordPress_Auto_Updates\" >Pros of WordPress Auto Updates<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/wpzita.com\/fr\/how-to-disable-automatic-updates-in-wordpress\/#Cons_of_WordPress_Auto_Updates\" >Cons of WordPress Auto Updates<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\" id=\"how-to-disable-automatic-updates-wordpress-without-any-plugin\"><span class=\"ez-toc-section\" id=\"How_to_disable_automatic_updates_WordPress_without_any_plugin\"><\/span>How to disable automatic updates WordPress without any plugin<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are some companies who do not prefer much plugins to install into their websites due to confliction issues or they just want to keep it simple. In this case you can made change in &#8220;wp-config.php&#8221; file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>define( 'WP_AUTO_UPDATE_CORE', false );<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">this will disable all the wordPress updates.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On other hand if you want only major updates in wordPress and disable the development updates.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/* Allow only minor WordPress updates *\/\n\ndefine( 'WP_AUTO_UPDATE_CORE', minor );<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you want updates notification &#8216;ON&#8217; for wordPress themes and plugins so In that case there are some filters that you can be added in functions.php file of current activate theme.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s, see how to disable plugin updates:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/* Disable WordPress Plugin updates *\/\n\nadd_filter( 'auto_update_plugin', '__return_false' );<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Now let see how to disable theme updates:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/* Disable WordPress Plugin theme *\/\n\nadd_filter( 'auto_update_theme', '__return_false' );<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Try to keep in habit to comment all the code for best practices.<\/strong> Now let\u2019s try another way of disabling the regular updates which does not include coding.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"disable-using-easy-updates-manager-plugin\"><span class=\"ez-toc-section\" id=\"Disable_using_Easy_Updates_Manager_Plugin\"><\/span>Disable using Easy Updates Manager Plugin<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"975\" height=\"313\" src=\"https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/Backup-plugin.png\" alt=\"disable automatic updates\" class=\"wp-image-6550\" srcset=\"https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/Backup-plugin.png 975w, https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/Backup-plugin-300x96.png 300w, https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/Backup-plugin-768x247.png 768w\" sizes=\"(max-width: 975px) 100vw, 975px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress Themes and Plugins comes with lot of options you can see so that even non technical person can easily work with that. Of course before making any new change into your website it is always better to take backup. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So for that I am recommending one Plugin called <a rel=\"noreferrer noopener\" href=\"https:\/\/wordpress.org\/plugins\/updraftplus\/\" target=\"_blank\">UpDraft Plus<\/a> which also have premium version to take backup so in case your site gets break you would have backup for safe side. Just for security reasons if you updating everything by default.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, let\u2019s have a look into the Plugin steps, Just install the &#8220;<strong><a href=\"https:\/\/wordpress.org\/plugins\/stops-core-theme-and-plugin-updates\/\" target=\"_blank\" rel=\"noreferrer noopener\">Easy Updates Manager<\/a><\/strong>&#8221; from add Plugin and activate it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After Activating the Plugin , For further configuration we will move to Dashboard \u00bb Updates Options for settings.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1030\" height=\"719\" src=\"https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/updates-settings.png\" alt=\"disable automatic updates\" class=\"wp-image-6568\" srcset=\"https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/updates-settings.png 1030w, https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/updates-settings-300x209.png 300w, https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/updates-settings-1024x715.png 1024w, https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/updates-settings-768x536.png 768w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Here you can select \u201cDisable all Update\u201d, well of course it is not wise idea to recommend. So Except that it is better to select any of options which given in the settings. If you do not want to update or auto update plugins so you can select options from Plugin updates section.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Just like Plugin options you can see the options for theme and translation also. So you can select for them too.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1029\" height=\"267\" src=\"https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/disable-tiny.png\" alt=\"disable automatic updates\" class=\"wp-image-6570\" srcset=\"https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/disable-tiny.png 1029w, https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/disable-tiny-300x78.png 300w, https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/disable-tiny-1024x266.png 1024w, https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/disable-tiny-768x199.png 768w\" sizes=\"(max-width: 1029px) 100vw, 1029px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If you select \u201cDisable Plugin updates\u201d or \u201cDisable theme updates\u201d instead of \u201cDisable Auto updates\u201d, then will not receive any notification alert for themes or plugins.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Easy Updates manager also have logs so you can check the updates of themes and Plugin which you have recently updated so if anything which breaks in your website you can rollback.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now we have seen how we can disable the updates in WordPress, thus we have to see also the advantages and disadvantages of disabling the updates.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"pros-of-wordpress-auto-updates\"><span class=\"ez-toc-section\" id=\"Pros_of_WordPress_Auto_Updates\"><\/span><strong>Pros of WordPress Auto Updates<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Auto updates have great facility for those who frequently forget to upgrade their site and that is really good for security purpose.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In very early time updating WordPress was in hand of wordPress hosting which is now available for all, so we have to take benefit of that release.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Auto updates saves time, and it also resolves your broken site issues by the time. So, minor updates will also take care of under the auto updates.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"cons-of-wordpress-auto-updates\"><span class=\"ez-toc-section\" id=\"Cons_of_WordPress_Auto_Updates\"><\/span><strong>Cons of WordPress Auto Updates<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Minor updates are not responsible for your site break so the wordPress team has to be alert while updating the wordPress where at little pitch the chances are there that the site could break.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have modified your theme files that can also need to come up with security issues where the changes become high that your site breaks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You will not get updates notification all the time so you have to check manually for that if something has updated in the background.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Basically it is all up to you whether you want to update automatically or want to disable. If your website is not that big with higher risk and everything works fine, if you do not have much plugins then you can disable auto updates or manually update the core wordPress.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If user is running online store and if you do not want lose your customers because of breaks issues then updating necessary plugins or theme by taking back up and updating it with maintenance mode is a better option, then only you can update the theme or wordPress plugins.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hope this article helps you to decide whether auto update is a better option or disable the WordPress updates. We can suggest update the plugins or theme or WordPress manually for better result.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>More Articles<\/strong> &#8211;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/wpzita.com\/fr\/7-best-free-ecommerce-theme-for-wordpress\/\" target=\"_blank\">7 Best e-commerce theme for WordPress<\/a><\/li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/wpzita.com\/fr\/wordpress-seo-for-beginners\/\" target=\"_blank\">SEO process for WordPress website<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/wpzita.com\/fr\/optimize-wordpress-website-speed\/\">How to speed up the WordPress website<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/wpzita.com\/fr\/10-best-wordpress-restaurant-theme-collection\/\">10+ Best WordPress Restaurant Theme Collection 2023<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/wpzita.com\/fr\/best-fashion-wordpress-themes\/\">Best Fashion WordPress Themes Free 2023<\/a><\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>WordPress core team mostly pushes updates in wordPress for better results for your website. Apart from all of these it is better to update wordPress for website health. In other cases WordPress upgrades its theme and plugin also. The WordPress Updates reduce much vulnerability that user might face during run time. In this post we [&hellip;]<\/p>\n","protected":false},"author":748,"featured_media":6572,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[43,107],"tags":[166,168,167,169,170,171,172],"class_list":["post-6540","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-wordpress","tag-wordpress-automatic-updates","tag-disable-theme-update-wordpress","tag-disable-wordpress-update-notification","tag-how-to-off-auto-update-wordpress","tag-wordpress-5-automatic-updates","tag-auto-update-disable-wp","tag-wordpress-5-4-auto-update"],"jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pazvgb-1Hu","jetpack_likes_enabled":true,"jetpack-related-posts":[],"jetpack_featured_media_url":"https:\/\/wpzita.com\/wp-content\/uploads\/2020\/06\/featured-1.png","_links":{"self":[{"href":"https:\/\/wpzita.com\/fr\/wp-json\/wp\/v2\/posts\/6540","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpzita.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpzita.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpzita.com\/fr\/wp-json\/wp\/v2\/users\/748"}],"replies":[{"embeddable":true,"href":"https:\/\/wpzita.com\/fr\/wp-json\/wp\/v2\/comments?post=6540"}],"version-history":[{"count":4,"href":"https:\/\/wpzita.com\/fr\/wp-json\/wp\/v2\/posts\/6540\/revisions"}],"predecessor-version":[{"id":10553,"href":"https:\/\/wpzita.com\/fr\/wp-json\/wp\/v2\/posts\/6540\/revisions\/10553"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpzita.com\/fr\/wp-json\/wp\/v2\/media\/6572"}],"wp:attachment":[{"href":"https:\/\/wpzita.com\/fr\/wp-json\/wp\/v2\/media?parent=6540"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpzita.com\/fr\/wp-json\/wp\/v2\/categories?post=6540"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpzita.com\/fr\/wp-json\/wp\/v2\/tags?post=6540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}