Rashadul AlamRashadul AlamRashadul Alam
  • Home
  • About Me
  • Blog
    • WP
    • Gadgets
  • Register Domain
  • Shop
Reading: How do WordPress disable update check ?
Share
0

No products in the cart.

Notification Show More
Font ResizerAa
Rashadul AlamRashadul Alam
0
Font ResizerAa
  • WP
  • Complaint
  • Advertise
Search
  • Home
  • About Me
  • Blog
    • WP
    • Gadgets
  • Register Domain
  • Shop
Follow US
Copyright © 2014-2023 Ruby Theme Ltd. All Rights Reserved.
Rashadul Alam > Blog > WP > How do WordPress disable update check ?
WP

How do WordPress disable update check ?

Md Rashadul Alam
By
Rashad - WP Web Developer and SEO
Last updated: May 31, 2025
1 Min Read
How Do Wordpress Disable Update Check ?
How Do Wordpress Disable Update Check ?
SHARE

How do WordPress disable the update check ?

Disable All Updates via Code (Recommended for Controlled Environments)

1. Add the following to your theme’s functions.php file or a custom plugin:

// Disable core updates
add_filter(‘pre_site_transient_update_core’, ‘__return_null’);

// Disable plugin updates
add_filter(‘pre_site_transient_update_plugins’, ‘__return_null’);

// Disable theme updates
add_filter(‘pre_site_transient_update_themes’, ‘__return_null’);

// Optional: Disable auto-update email notifications
add_filter(‘auto_core_update_send_email’, ‘__return_false’);

2. Disable Update Checks via wp-config.php

You can also add the following constants to your wp-config.php file:

// Disable core auto-updates
define(‘WP_AUTO_UPDATE_CORE’, false);

// Optional: Also disable auto-updates for plugins and themes (WordPress 5.5+)
add_filter(‘automatic_updater_disabled’, ‘__return_true’);

❗ Note: The above filter (automatic_updater_disabled) disables automatic updates, but the admin UI may still show available updates unless you use the transient filters.

Important Caveats

Security Risk: Disabling updates (especially core and plugins) can expose your site to vulnerabilities. Only do this in controlled or development environments.

WP-Cron Triggers: WordPress checks for updates via wp-cron. Disabling WP-Cron (define(‘DISABLE_WP_CRON’, true)) may affect checks but isn’t a full solution alone.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.

By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Copy Link Print
Md Rashadul Alam
ByRashad
WP Web Developer and SEO
Follow:
Md Rashadul Alam is a seasoned WordPress developer and SEO specialist based in Dhaka, Bangladesh, with over 10+ years of experience in web design, responsive development, and digital marketing.
Previous Article Wordpress Developer In Bangladesh WordPress Developer in Bangladesh | Affordable & Expert Web Solutions
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

FacebookLike
XFollow
PinterestPin
InstagramFollow

Subscribe Now

Subscribe to our newsletter to get our newest articles instantly!

Most Popular
How Do Wordpress Disable Update Check ?
How do WordPress disable update check ?
May 31, 2025
Wordpress Developer In Bangladesh
WordPress Developer in Bangladesh | Affordable & Expert Web Solutions
May 22, 2025
How Do Disable Gutenberg Without Using Plugins
How Do Disable Gutenberg Without Using Plugins
May 22, 2025

Always Stay Up to Date

Subscribe to our newsletter to get our newest articles instantly!

Rashadul Alam Rashadul Alam

Md Rashadul Alam is a seasoned WordPress developer and SEO specialist based in Dhaka, Bangladesh, with over 10+ years of experience in web design, responsive development, and digital marketing. Read More

Latest News

  • SEO Audit Tool
  • Client ReferralsNew
  • Execution of SEO
  • Reporting Tool

Resouce

  • Google Search Console
  • Google Keyword Planner
  • Google OptimiseHot
  • SEO Spider

Get the Top 10 in Search!

Looking for a trustworthy service to optimize the company website?
Request a Quote
© 2021-2025, Rashadul Alam, All Rights Reserved.
  • Privacy Policy
  • Refund and Returns Policy
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up