Bell Admin Notice Hub

外掛說明

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.

螢幕擷圖

安裝方式

  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.

常見問題集

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).

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Bell Admin Notice Hub〉的開發相關工作。

參與者

將〈Bell Admin Notice Hub〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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.