Title: No Browser Nag
Author: Scott Reilly
Published: <strong>2011-07-06</strong>
Last modified: 2025-04-14

---

Search plugins

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

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

# No Browser Nag

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

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

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

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

## Description

Tired of visiting your WordPress admin dashboard and having WordPress nag you about
your web browser being out of date? Maybe you already know about it and want to 
hold off on an update and would rather not see the update nag so prominently on 
your dashboard. Or maybe you don’t want your site to bother your users about how
up-to-date their browser may be. Activate this plugin and be bothered no more!

In most cases, your browser will already actively alert you to new releases if it
doesn’t already update your browser for you in the background.

Benefits over simply clicking “dismiss” on the browser nag notice yourself when 
it appears:

 * This plugin prevents WordPress from making the network request to check if the
   browser is out of date. If you click “dismiss”, all you’re doing is hiding the
   nag; WordPress will still make the network request to check if the browser is
   out of date.
 * This plugin prevents the nag from appearing for all users to the admin area of
   the site. Clicking “dismiss” only removes the nag for the person dismissing it.
 * This plugin saves having to see the nag in the first place
 * This plugin saves having to click “Dismiss” to dismiss the nag

Of course I don’t condone using an out-of-date browser. Such a browser puts your
computer and data at potential risk. You are often better served with the latest
version of your browser: improved security, improved performance, improved stability,
and additional features. However, there are situations where you cannot upgrade 
in a timely fashion, or you are intentionally holding off on upgrading (e.g. as 
you wait for a bugfix release, or for browser plugins to update their compatibility).

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

## 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 browser nag you mention?

Since versions 3.2 of WordPress, when visiting the admin dashboard WordPress will
alert you if are currently using an out-of-date version of your particular web browser.

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

Maybe you’re made aware by your own means as to new browser releases and choose 
to upgrade on your own schedule. Or maybe you don’t feel WordPress should be nagging
you about your browser. Either way, you can save precious dashboard screen real 
estate otherwise taken up by a browser update nag.

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

Heretofore you haven’t relied on WordPress to alert you to browser updates. In most
cases, the browsers themselves will alert you to updates. And maybe you’re tuned
into tech news enough to learn of browser release updates. If you need/prefer for
WordPress to alert you to browser updates then of course don’t use this plugin.

### Does this plugin just simply hide the nag using CSS or JavaScript?

No, it does not make use of CSS nor JavaScript to disable the nag. It more efficiently
prevents the check from being performed in the first place, which saves a network
request to the Browse Happy service to check if your browser is out of date or not.

### Can’t I just click the “Dismiss” link at the bottom of the nag and be done with it without using a plugin?

Clicking the “Dismiss” link at the bottom of the browser nag admin dashboard widget
only hides the nag for the person clicking it; you cannot otherwise proactively 
prevent other users from seeing the browser nag. Also, even if the nag is dismissed,
WordPress still routinely performs the check, which incurs a network request.

### 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-browser-nag/).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

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

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

### Interested in development?

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

## Changelog

#### 1.3.7 (2025-04-14)

 * Change: Note compatibility through WP 6.8+
 * Change: Note compatibility through PHP 8.3+
 * Change: Update copyright date (2025)
 * Change: Suppress not applicable PHPCS warnings
 * 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`
    - Change: Explicitly define return type for overridden methods
    - Allow tests to run against current versions of WordPress
    - New: Add `composer.json` for PHPUnit Polyfill dependency
    - New: Add more unit tests
    - Change: In bootstrap, store path to plugin directory in a constant

#### 1.3.6 (2023-05-21)

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

#### 1.3.5 (2021-10-11)

 * Change: Note compatibility through WP 5.8+
 * Change: Tweak installation instruction
 * Unit tests:
    - Change: Restructure unit test directories
       * Change: Move `phpunit/` into `tests/`
       * Change: Move `phpunit/bin` into `tests/`
    - Change: Remove ‘test-‘ prefix from unit test file
    - Change: Remove a sanity unit test which didn’t test anything related to the
      plugin
    - 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-browser-nag/blob/master/CHANGELOG.md)._

## Meta

 *  Version **1.3.7**
 *  Last updated **1 ел ago**
 *  Active installations **10+**
 *  WordPress version ** 3.4 or higher **
 *  Tested up to **6.8.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/no-browser-nag/)
 * Tags
 * [admin](https://tt.wordpress.org/plugins/tags/admin/)[browser](https://tt.wordpress.org/plugins/tags/browser/)
   [nag](https://tt.wordpress.org/plugins/tags/nag/)[notices](https://tt.wordpress.org/plugins/tags/notices/)
   [upgrade](https://tt.wordpress.org/plugins/tags/upgrade/)
 *  [Advanced View](https://tt.wordpress.org/plugins/no-browser-nag/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/no-browser-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-browser-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)