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.

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

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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