Title: Unagi
Author: handyplugins
Published: <strong>4 de marzo de 2021</strong>
Last modified: 16 de abril de 2026

---

Buscar plugins

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

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

# Unagi

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

[Descargar](https://downloads.wordpress.org/plugin/unagi.0.3.zip)

 * [Detalles](https://es.wordpress.org/plugins/unagi/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/unagi/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/unagi/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/unagi/#developers)

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

## Descripción

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

## Capturas

[⌊Before⌉⌊Before⌉[

Before

[⌊After⌉⌊After⌉[

After

[⌊Notifications screen⌉⌊Notifications screen⌉[

Notifications screen

## Instalación

#### Manual Installation

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

## FAQ

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

## Reseñas

![](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/) 9 de febrero de 2024 1 respuesta

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/) 17 de marzo de 2021

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

 [ Leer todas las 2 reseñas ](https://wordpress.org/support/plugin/unagi/reviews/)

## Colaboradores y desarrolladores

«Unagi» es un software de código abierto. Las siguientes personas han colaborado
con este plugin.

Colaboradores

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

«Unagi» está traducido en 8 idiomas. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/unagi/contributors)
por sus contribuciones.

[Traduce «Unagi» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/unagi)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/unagi/) , echa un 
vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/unagi/) o suscríbete
al [registro de desarrollo](https://plugins.trac.wordpress.org/log/unagi/) por [RSS](https://plugins.trac.wordpress.org/log/unagi/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 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

 *  Versión **0.3**
 *  Última actualización **hace 2 meses**
 *  Instalaciones activas **900+**
 *  Versión de WordPress ** 5.0 o superior **
 *  Probado hasta **7.0**
 *  Versión de PHP ** 5.6 o superior **
 *  Idiomas
 * [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/)
   y [Turkish](https://tr.wordpress.org/plugins/unagi/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/unagi)
 * Etiquetas:
 * [admin notice](https://es.wordpress.org/plugins/tags/admin-notice/)[nags](https://es.wordpress.org/plugins/tags/nags/)
   [notification](https://es.wordpress.org/plugins/tags/notification/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/unagi/advanced/)

## Valoraciones

 5 de 5 estrellas.

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

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

[Ver todas las valoraciones](https://wordpress.org/support/plugin/unagi/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/unagi/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](https://handyplugins.co/donate/)