Bell Admin Notice Hub

Description

Bell Admin Notice Hub cleans up your WordPress admin by suppressing the notices that core, plugins and themes push to the top of every screen. Instead of stacking up and pushing your content down, they are captured and gathered in one place.

Features

  • Blocks all admin notices (admin_notices, all_admin_notices, network_admin_notices, user_admin_notices) from rendering at the top of the screen.
  • Adds a bell icon to the top toolbar with a live counter of the current notices.
  • Provides a dedicated Notifications page where the captured notices are displayed.
  • Works in the dashboard and on the front-end toolbar for logged-in users.
  • No configuration required — activate and you are done.

Good to know

Because this plugin hides all admin notices, that includes warnings from security and maintenance plugins. Those notices are not lost — they are collected on the Notifications page — but you should check that page regularly so you do not miss important alerts.

Screenshots

Installation

  1. Upload the bell-admin-notice-hub folder to the /wp-content/plugins/ directory, or install the plugin through the Plugins screen in WordPress.
  2. Activate the plugin through the Plugins screen.
  3. Click the bell icon in the top toolbar, or open the Notifications menu item, to view collected notices.

FAQ

Where did my admin notices go?

They are captured and shown on the dedicated Notifications page. Click the bell icon in the toolbar to get there.

Does the counter update instantly?

The toolbar renders before notices fire, so the counter reflects the notices from your most recent admin page load. It settles to the correct number as you navigate, which is accurate for the persistent notices that make up almost all admin nags.

Will it hide security warnings?

Yes — it hides every admin notice, including those from security plugins. They are still collected on the Notifications page, so review it periodically.

Who can see the notifications?

Only users with the manage_options capability (administrators by default).

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Bell Admin Notice Hub” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.2.0

  • Security: restricted access to administrators (manage_options).
  • Security: notice output is now filtered through wp_kses().
  • Added an uninstall routine that removes stored transients.
  • Completed plugin header metadata for the plugin directory.

1.1.0

  • Refactored into a layered, autoloaded architecture.
  • Moved styles into enqueued stylesheets.

1.0.0

  • Initial release.