Unagi

Unagi is a WordPress plugin that helps keep the admin dashboard clean. It’s a zero-configuration plugin; just activate and get rid of the nags.
How does it work?
It buffers all the output that hooked into admin_notices action and then displays it within a dedicated notification page.
Limitations & Tips
- If, there is a notification message only added for a particular page. It won’t be displayed on the notifications page. You can use
unagi_show_difffilter to allow displaying non-global messages. - The plugin only respects notifications messages that have “notice” class by default. Most of the plugins use “notice” class as a wrapper of the output. You can use
unagi_xpath_expressionfilter to customize targered xpath. edit_postsis the default capability. It can be overridden withunagi_required_capabilityfilter.- By default, plugin saves the output in the usermeta and renders saved output. If you need to avoid DB calls, you can use
unagi_show_notifications_nicelyfilter.
Unagi – “It’s not something you are , it’s something you have.”
Contributing & Bug Report
Bug reports and pull requests are welcome on Github.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



