Description
Read Axolotl Notification Groups Manager collapses every WordPress admin notice —
whether it comes from core, another plugin, or a theme — into a single
full-width, click-to-expand card, grouped by severity (Error, Warning,
Success, Info, Misc).
Included in this build:
- Notice Collector — every admin notice normally scattered across the
page is gathered into one collapsible card, regardless of which plugin
generated it. - Three display styles — Tabs, Stacked Sections, or Grid of Cards;
pick whichever fits how you like to scan notices. - Demo mode — generate a batch of sample notices across every
severity so you can preview a style before committing to it.
Privacy
This plugin makes no requests to any external server. Every feature that
ships in this plugin reads and writes only your own site’s WordPress
database — nothing is sent anywhere.
Screenshots




Installation
- Upload the plugin files to
/wp-content/plugins/aamo-notification-groups, or install it directly through the WordPress plugins screen. - Activate the plugin through the “Plugins” screen in WordPress.
- Go to Settings Notification Groups to choose a display style and try the demo.
FAQ
-
Is this plugin translatable?
-
Yes. Every user-facing string uses the
aamo-notification-groupstext
domain. Place.mo/.potranslation files in this plugin’slanguages
directory (wp-content/plugins/aamo-notification-groups/languages), or
use a translation plugin such as Loco Translate. Translations contributed
via translate.wordpress.org are loaded automatically once available.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Read Axolotl Notification Groups Manager” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Read Axolotl Notification Groups Manager” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.3
- Added a “Notice Collector Initial State” setting — choose whether the collector bar starts expanded or collapsed on page load.
1.0.2
- Version bump for wordpress.org submission. No functional changes.
1.0.1
- Code cleanup and documentation polish. No functional changes.
1.0.0
- Initial scaffold.