Title: Unagi
Author: handyplugins
Published: <strong>Mawrth 4, 2021</strong>
Last modified: Ebrill 16, 2026

---

Search plugins

![](https://ps.w.org/unagi/assets/banner-772x250.png?rev=2486615)

![](https://ps.w.org/unagi/assets/icon.svg?rev=2813005)

# Unagi

 Gan [handyplugins](https://profiles.wordpress.org/handyplugins/)

[Llwytho i lawr](https://downloads.wordpress.org/plugin/unagi.0.3.zip)

 * [Details](https://cy.wordpress.org/plugins/unagi/#description)
 * [Reviews](https://cy.wordpress.org/plugins/unagi/#reviews)
 *  [Installation](https://cy.wordpress.org/plugins/unagi/#installation)
 * [Development](https://cy.wordpress.org/plugins/unagi/#developers)

 [Cefnogaeth](https://wordpress.org/support/plugin/unagi/)

## Disgrifiad

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

> Unagi – “It’s not something you are , it’s something you have.”

If you like our Unagi plugin, then consider checking out our other projects:

 * [Magic Login Pro](https://handyplugins.co/magic-login-pro/) – Easy, secure, and
   passwordless authentication for WordPress.
 * [SessionQuota Pro](https://handyplugins.co/sessionquota-pro/) – Limit concurrent
   sessions in WordPress.
 * [Stream Integration Pro](https://handyplugins.co/stream-integration-pro/) – Upload,
   sync, restore, and manage WordPress videos with Cloudflare Stream.
 * [Easy Text-to-Speech](https://handyplugins.co/easy-text-to-speech/) – Convert
   written content into high-quality synthesized speech for WordPress.
 * [Handywriter](https://handyplugins.co/handywriter/) – AI-powered writing assistant
   for WordPress.
 * [PaddlePress PRO](https://handyplugins.co/paddlepress-pro/) – Paddle plugin for
   WordPress.
 * [WP Accessibility Toolkit](https://handyplugins.co/wp-accessibility-toolkit/)–
   Tools to help make your WordPress site more accessible.
 * [Powered Cache](https://poweredcache.com/) – Caching and optimization for WordPress
   to help improve PageSpeed and Core Web Vitals.

#### Contributing & Bug Report

Bug reports and pull requests are welcome on [Github](https://github.com/HandyPlugins/unagi).

## Lluniau Sgrin

 * [[
 * Before
 * [[
 * After
 * [[
 * Notifications screen

## Gosod

#### Manual Installation

 1. Upload the entire `/unagi` directory to the `/wp-content/plugins/` directory.
 2. Activate Unagi through the ‘Plugins’ menu in WordPress.

## Cwestiynau Cyffredin

### Some of the messages are missing under the notifications page?

This plugin only respects the messages that use `notice` class. And, the notices
that added to a particular page might not be shown. You can use `unagi_show_diff`
filter to display them.

## Adolygiadau

![](https://secure.gravatar.com/avatar/10b404f36c072c6bf4317d382d8cd6cf3bccf5880ab813c17f4ba64a4859b55d?
s=60&d=retro&r=g)

### 󠀁[Super Idea](https://wordpress.org/support/topic/super-idea-4/)󠁿

 [tkaprol](https://profiles.wordpress.org/tkaprol/) Chwefror 9, 2024 1 reply

Only Mr. Uysal could think such a plugin, very well idea

![](https://secure.gravatar.com/avatar/ecfd2f7b310a82c81aa17c5672b7119c55714f58cc3b3a406b094fb545b9a030?
s=60&d=retro&r=g)

### 󠀁[Unagi is awesome!](https://wordpress.org/support/topic/unagi-is-awesome/)󠁿

 [Sanjeev Aryal](https://profiles.wordpress.org/sanzeeb3/) Mawrth 17, 2021

This is so cool and useful in many cases. Thanks!

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/unagi/reviews/)

## Contributors & Developers

“Unagi” is open source software. The following people have contributed to this plugin.

Cyfranwyr

 *   [ handyplugins ](https://profiles.wordpress.org/handyplugins/)
 *   [ Mustafa Uysal ](https://profiles.wordpress.org/m_uysl/)

“Unagi” has been translated into 8 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/unagi/contributors)
for their contributions.

[Translate “Unagi” into your language.](https://translate.wordpress.org/projects/wp-plugins/unagi)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/unagi/), check out 
the [SVN repository](https://plugins.svn.wordpress.org/unagi/), or subscribe to 
the [development log](https://plugins.trac.wordpress.org/log/unagi/) by [RSS](https://plugins.trac.wordpress.org/log/unagi/?limit=100&mode=stop_on_copy&format=rss).

## Cofnod Newid

#### 0.3 (April 16, 2026)

 * Dependency update.
 * Tested with WP 7.0

#### 0.2.2 (November 21, 2025)

 * Dependency update.
 * Tested with WP 6.9

#### 0.2.1 (July 11, 2024)

 * Added playground blueprint.
 * Dependency update.
 * Tested with WP 6.6

#### 0.2 (March 18, 2024)

 * fix mb_convert_encoding deprecation.
 * Dependency update.
 * Tested with WP 6.5

#### 0.1.5 (March 03, 2023)

 * Disable warnings with non-well-formed DomDocument
 * Dependency update
 * Tested with WP 6.2

#### 0.1.4 (November 6, 2022)

 * Tested with WP 6.1 Props [@ZgrK](https://github.com/ZgrK).

#### 0.1.3

 * Tested with WP 5.9 Props [@ZgrK](https://github.com/ZgrK).

#### 0.1.2

 * Revert output hook change. (It causes regression when `admin_notices` removes
   on a page entirely)
 * Add heading to notifications page. Props [@sanzeeb3](https://github.com/sanzeeb3)
 * Improve WooCommerce compatibility

#### 0.1.1

 * Change output hook

#### 0.1.0

 * First release

## Meta

 *  Version **0.3**
 *  Last updated **3 diwrnod yn ôl**
 *  Active installations **900+**
 *  WordPress version ** 5.0 neu uwch **
 *  Tested up to **7.0**
 *  PHP version ** 5.6 neu uwch **
 *  Languages
 * [Czech](https://cs.wordpress.org/plugins/unagi/), [Dutch](https://nl.wordpress.org/plugins/unagi/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/unagi/), [English (US)](https://wordpress.org/plugins/unagi/),
   [French (France)](https://fr.wordpress.org/plugins/unagi/), [German](https://de.wordpress.org/plugins/unagi/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/unagi/), [Spanish (Spain)](https://es.wordpress.org/plugins/unagi/),
   a [Turkish](https://tr.wordpress.org/plugins/unagi/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/unagi)
 * Tags
 * [admin notice](https://cy.wordpress.org/plugins/tags/admin-notice/)[nags](https://cy.wordpress.org/plugins/tags/nags/)
   [notification](https://cy.wordpress.org/plugins/tags/notification/)
 *  [Advanced View](https://cy.wordpress.org/plugins/unagi/advanced/)

## Graddau

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/unagi/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/unagi/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/unagi/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/unagi/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/unagi/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/unagi/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/unagi/reviews/)

## Cyfranwyr

 *   [ handyplugins ](https://profiles.wordpress.org/handyplugins/)
 *   [ Mustafa Uysal ](https://profiles.wordpress.org/m_uysl/)

## Cefnogaeth

Rhywbeth i’w ddweud? Angen help?

 [Gweld y fforwm cefnogi](https://wordpress.org/support/plugin/unagi/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://handyplugins.co/donate/)