ZgrK / unagi

Nag-free WordPress Dashboard

Home Page:https://wordpress.org/plugins/unagi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unagi is a WordPress plugin that helps you to keep the admin dashboard clean. It's a zero-configuration plugin, just activate and rid of the nags.

Unagi

Unagi - "It's not something you are , it's something you have."

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_diff filter 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_expression filter to customize targered xpath.
  • edit_posts is the default capability. It can be overridden with unagi_required_capability filter.
  • 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_nicely filter.

Support

This is a developer's portal for Unagi and should not be used for support. Please visit the support forums if you need to submit a support request.

Credits

About

Nag-free WordPress Dashboard

https://wordpress.org/plugins/unagi/

License:GNU General Public License v2.0


Languages

Language:PHP 59.2%Language:JavaScript 35.7%Language:CSS 5.1%