How to Disable Update Notifications on WordPress

WordPress sends notifications about updates to core files, themes, and plugins on a regular basis. Even though staying up to date is important for performance and security, there are times when you may want to turn off these notifications. Whether you manage multiple sites and prefer to handle updates manually, or you're developing a site and don't want the distraction, disabling update notifications can help keep your dashboard clean and focused.

If you need to disable update notifications on WordPress for core, plugins, and themes, add the following code snippet at the bottom of your theme's functions.php file:

/* Disable WordPress core update notifications */
add_filter('pre_site_transient_update_core', '__return_null');

/* Disable WordPress theme update notifications */
remove_action('load-update-core.php', 'wp_update_themes');
add_filter('pre_site_transient_update_themes', '__return_null');

/* Disable WordPress plugin update notifications */
remove_action('load-update-core.php', 'wp_update_plugins');
add_filter('pre_site_transient_update_plugins', '__return_null');

Our WordPress Themes

Below are some of our premium WordPress themes. View all our free and premium WordPress themes →
GridMe PRO WordPress Theme

GridMe PRO

If you have tried GridMe Free WordPress Theme, then you will love the premium version. It will help you to...

$25.00
BoldWP PRO WordPress Theme

BoldWP PRO

If you have tried BoldWP Free WordPress Theme, then you will love the premium version. BoldWP PRO is an more...

$25.00
GridRead PRO WordPress Theme

GridRead PRO

If you like GridRead Free WordPress Theme, then you will love the premium version. GridRead PRO version has color options,...

$25.00
GridView PRO WordPress Theme

GridView PRO

GridView PRO is fully responsive, feature-rich, accessibility improved, more advanced version of its free version. GridView PRO WordPress theme has...

$25.00
WriteMag PRO WordPress Theme

WriteMag PRO

WriteMag PRO is improved and feature-rich version of WriteMag Free WordPress Theme. When compare with the WriteMag free version, PRO...

$25.00
GridBone PRO WordPress Theme

GridBone PRO

$25.00
GridLane PRO WordPress Theme

GridLane PRO

If you like the free version of GridLane WordPress Theme, you'll love the premium version even more. It will help...

$25.00
CleanWP PRO WordPress Theme

CleanWP PRO

If you like CleanWP free WordPress Theme, you will love the CleanWP PRO version. The premium version of CleanWP WordPress...

$25.00

Can't you choose a single theme? Purchase All Themes for $75.

Save money with our low, one-time price for access to all of our 56 WordPress themes.