Title: Unagi
Author: handyplugins
Published: <strong>4 Tháng 3, 2021</strong>
Last modified: 16 Tháng 4, 2026

---

Tìm kiếm plugin

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

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

# Unagi

 Bởi [handyplugins](https://profiles.wordpress.org/handyplugins/)

[Tải về](https://downloads.wordpress.org/plugin/unagi.0.3.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/unagi/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/unagi/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/unagi/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/unagi/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/unagi/)

## Mô tả

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

## Ảnh màn hình

[⌊Before⌉⌊Before⌉[

Before

[⌊After⌉⌊After⌉[

After

[⌊Notifications screen⌉⌊Notifications screen⌉[

Notifications screen

## Cài đặt

#### Manual Installation

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

## Hỏi đáp

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

## Đánh giá

![](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 Tháng 2, 2024 1 trả lời

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 Tháng 3, 2021

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

 [ Đọc tất cả 2 đánh giá ](https://wordpress.org/support/plugin/unagi/reviews/)

## Người đóng góp & Lập trình viên

“Unagi” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

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

“Unagi” đã được dịch qua 8 ngôn ngữ. Cảm ơn [những người tham gia dịch](https://translate.wordpress.org/projects/wp-plugins/unagi/contributors)
vì đóng góp của họ.

[Dịch “Unagi” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/unagi)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/unagi/), check out [SVN repository](https://plugins.svn.wordpress.org/unagi/),
hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/unagi/)
qua [RSS](https://plugins.trac.wordpress.org/log/unagi/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

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

 *  Phiên bản **0.3**
 *  Cập nhật lần cuối **3 tháng trước**
 *  Số lượt cài đặt **900+**
 *  Phiên bản WordPress ** 5.0 hoặc cao hơn **
 *  Đã kiểm tra lên đến **7.0**
 *  Phiên bản PHP ** 5.6 hoặc cao hơn **
 *  Ngôn ngữ
 * [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/),
   và [Turkish](https://tr.wordpress.org/plugins/unagi/).
 *  [Dịch sang ngôn ngữ của bạn](https://translate.wordpress.org/projects/wp-plugins/unagi)
 * Thẻ
 * [admin notice](https://vi.wordpress.org/plugins/tags/admin-notice/)[nags](https://vi.wordpress.org/plugins/tags/nags/)
   [notification](https://vi.wordpress.org/plugins/tags/notification/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/unagi/advanced/)

## Đánh giá

 5 trên 5 sao.

 *  [  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)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/unagi/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/unagi/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](https://handyplugins.co/donate/)