Title: No Update Nag
Author: Scott Reilly
Published: <strong>June 12, 2009</strong>
Last modified: April 14, 2025

---

Search plugins

![](https://ps.w.org/no-update-nag/assets/banner-772x250.png?rev=848503)

![](https://ps.w.org/no-update-nag/assets/icon-128x128.png?rev=1100040)

# No Update Nag

 By [Scott Reilly](https://profiles.wordpress.org/coffee2code/)

[Download](https://downloads.wordpress.org/plugin/no-update-nag.1.4.13.zip)

 * [Details](https://mfe.wordpress.org/plugins/no-update-nag/#description)
 * [Reviews](https://mfe.wordpress.org/plugins/no-update-nag/#reviews)
 *  [Installation](https://mfe.wordpress.org/plugins/no-update-nag/#installation)
 * [Development](https://mfe.wordpress.org/plugins/no-update-nag/#developers)

 [Support](https://wordpress.org/support/plugin/no-update-nag/)

## Description

This plugin removes the WordPress update nag that appears at the top of all admin
pages when a new version of WordPress is released.

Tired of WordPress nagging you about a new release? Maybe you already know about
it and want to hold off on an update and would rather not see the update nag on 
every admin page you visit. Activate this plugin and be bothered no more!

The status of your version of WordPress (be it current or out-of-date) is still 
reflected in the footer of your admin pages and in the update count link in the 
admin bar.

And certainly, of course, I don’t advocate completely ignoring the fact that updates
often contain fixes for critical bugs or exploits. However, there are various other
means of learning about updates; and once known, not everyone is able or willing
to update immediately.

Links: [Plugin Homepage](https://coffee2code.com/wp-plugins/no-update-nag) | [Plugin Directory Page](https://wordpress.org/plugins/no-update-nag/)
| [GitHub](https://github.com/coffee2code/no-update-nag/) | [Author Homepage](https://coffee2code.com)

## Screenshots

 * [[
 * A screenshot of an admin page showing the update nag for a new version of WordPress.

## Installation

 1. Install via the built-in WordPress plugin installer. Or install the plugin code
    inside the plugins directory for your site (typically `/wp-content/plugins/`).
 2. Activate the plugin through the ‘Plugins’ admin menu in WordPress

## FAQ

### What is this update nag?

In versions 2.5 and later of WordPress, your WordPress will alert you to the release
of a newer version of WordPress via an update notice at the top of every admin page.
WordPress 2.5 and later reports “WordPress X.X is available! Please update now!”
or “WordPress X.X is available! Please notify the site administrator.” See the screenshot
for an example.

### Why would I want to remove the update nag about new releases of WordPress?

Maybe you know about the newer WordPress release (either from the nag, news, etc)
and don’t want to be constantly reminded by your current WordPress install (not 
everyone can or wants to upgrade to the newest version immediately). Also, you’d
like to recover that much real estate on the page for something of more interest
to you.

### How will I know WordPress has been updated if the nag doesn’t appear?

Within the context of your WordPress admin, the footer of your admin pages will 
reflect that status of your version of WordPress (be it current or out-of-date).
And if you are tracking WordPress progress at all (i.e. blogs, forums, your WordPress
dashboard) then you likely don’t need to be made aware of new releases anyhow since
you’ll likely already know about them.

### So I should ignore the update nag and continue using my older version of WordPress?

Most certainly not. The latest version of WordPress will contain the latest security
and bug fixes, as well as new features. Backwards compatibility is of paramount 
importance to the project so in most cases you should be safe to upgrade (especially
for minor releases). However, some people in special circumstances manage their 
sites in different ways for different reasons, which may include temporarily delaying
an update to the latest version.

### Does this plugin have unit tests?

Yes. The tests are not packaged in the release .zip file or included in plugins.
svn.wordpress.org, but can be found in the [plugin’s GitHub repository](https://github.com/coffee2code/no-update-nag/).

## Reviews

![](https://secure.gravatar.com/avatar/217b69c4f7e53197d5d925d993b66b392f242540b16758bcfd8eb0893e35f2f9?
s=60&d=retro&r=g)

### 󠀁[just right](https://wordpress.org/support/topic/just-right-33/)󠁿

 [Andrew Tegenkamp](https://profiles.wordpress.org/andrewteg/) December 20, 2018

I don’t want to be reminded every page I need to update but I want to know I need
an update and this gets rid of the nag. Thanks!

![](https://secure.gravatar.com/avatar/496b8d78333d03512679c1c1d343cb82f563f5beb4d0f6f9368c0c95b95ed3cc?
s=60&d=retro&r=g)

### 󠀁[does what it says on the tin](https://wordpress.org/support/topic/does-what-it-says-on-the-tin-173/)󠁿

 [Paul Wong-Gibbs](https://profiles.wordpress.org/djpaul/) September 3, 2016

such amaze, wow no nags.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/no-update-nag/reviews/)

## Contributors & Developers

“No Update Nag” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ Scott Reilly ](https://profiles.wordpress.org/coffee2code/)

[Translate “No Update Nag” into your language.](https://translate.wordpress.org/projects/wp-plugins/no-update-nag)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/no-update-nag/), check
out the [SVN repository](https://plugins.svn.wordpress.org/no-update-nag/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/no-update-nag/) 
by [RSS](https://plugins.trac.wordpress.org/log/no-update-nag/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.4.13 (2025-04-14)

 * Change: Note compatibility through WP 6.8+
 * Change: Note compatibility through PHP 8.3+
 * Change: Update copyright date (2025)
 * Change: Reduce the number of plugin tags in `readme.txt`
 * Change: Tweak formatting in `README.md`
 * New: Add `.gitignore` file
 * Change: Remove development and testing-related files from release packaging
 * Unit tests:
    - Hardening: Prevent direct web access to `bootstrap.php`
    - Allow tests to run against current versions of WordPress
    - New: Add `composer.json` for PHPUnit Polyfill dependency
    - Change: Prevent PHP warnings due to missing core-related generated files
    - Change: In bootstrap, store path to plugin directory in a constant

#### 1.4.12 (2023-05-18)

 * Change: Note compatibility through WP 6.3+
 * Change: Update copyright date (2023)

#### 1.4.11 (2021-10-03)

 * Change: Note compatibility through WP 5.8+
 * Change: Improve installation instruction in readme.txt
 * Change: Minor text tweaks in readme.txt
 * Unit tests:
    - Change: Restructure unit test directories
       * Change: Move `phpunit/` into `tests/phpunit/`
       * Change: Move `phpunit/bin/` into `tests/`
    - Change: Remove ‘test-‘ prefix from unit test file
    - Change: In bootstrap, store path to plugin file constant
    - Change: In bootstrap, add backcompat for PHPUnit pre-v6.0

_Full changelog is available in [CHANGELOG.md](https://github.com/coffee2code/no-update-nag/blob/master/CHANGELOG.md)._

## Meta

 *  Version **1.4.13**
 *  Last updated **1 year ago**
 *  Active installations **1,000+**
 *  WordPress version ** 2.5 or higher **
 *  Tested up to **6.8.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/no-update-nag/)
 * Tags
 * [admin](https://mfe.wordpress.org/plugins/tags/admin/)[nag](https://mfe.wordpress.org/plugins/tags/nag/)
   [notices](https://mfe.wordpress.org/plugins/tags/notices/)[updates](https://mfe.wordpress.org/plugins/tags/updates/)
   [upgrade](https://mfe.wordpress.org/plugins/tags/upgrade/)
 *  [Advanced View](https://mfe.wordpress.org/plugins/no-update-nag/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/no-update-nag/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/no-update-nag/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/no-update-nag/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/no-update-nag/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/no-update-nag/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/no-update-nag/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/no-update-nag/reviews/)

## Contributors

 *   [ Scott Reilly ](https://profiles.wordpress.org/coffee2code/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/no-update-nag/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6ARCFJ9TX3522)