This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

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 | Plugin Directory Page | GitHub | Author Homepage

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 include unit tests?

Yes.

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

Translate “No Browser Nag” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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

1.3.4 (2021-04-18)

  • Change: Note compatibility through WP 5.7+
  • Change: Update copyright date (2021)

1.3.3 (2020-08-29)

  • Change: Restructure unit test file structure
    • New: Create new subdirectory phpunit/ to house all files related to unit testing
    • Change: Move bin/ to phpunit/bin/
    • Change: Move tests/bootstrap.php to phpunit/
    • Change: Move tests/ to phpunit/tests/
    • Change: Rename phpunit.xml to phpunit.xml.dist per best practices
  • Change: Note compatibility through WP 5.5+
  • Change: Unit tests: Remove unnecessary unregistering of hooks in tearDown()

Full changelog is available in CHANGELOG.md.