Title: ADWMAN: Advanced Dashboard Manager
Author: Tekod lab.
Published: <strong>Май 31, 2026-ж.</strong>
Last modified: Май 31, 2026-ж.

---

Плагиндерди издөө

![](https://s.w.org/plugins/geopattern-icon/adwman.svg)

# ADWMAN: Advanced Dashboard Manager

 Автору [Tekod lab.](https://profiles.wordpress.org/tekod/)

[Жүктөө](https://downloads.wordpress.org/plugin/adwman.0.4.2.zip)

 * [Кенен маалымат](https://ky.wordpress.org/plugins/adwman/#description)
 * [Сын-пикирлер](https://ky.wordpress.org/plugins/adwman/#reviews)
 * [Development](https://ky.wordpress.org/plugins/adwman/#developers)

 [Колдоо](https://wordpress.org/support/plugin/adwman/)

## Сүрөттөө

This plugin helps administrators bring order to overcrowded WordPress dashboards
by grouping widgets into separate dashboard pages.
 Each user can have their own
layout, with pages and widgets organized according to their needs.

It is primarily intended for developers who need to build a large number of reports(
tables, charts, etc.) for their
 clients-reports that are important for their business.
While it is often useful to display previews of these reports on the dashboard, 
rendering all of them at once can negatively impact performance.

To address this, the plugin provides an abstract class that developers can extend
and register according to the documentation.
 Each widget defines its own render
function and can either render content immediately or load it asynchronously with
a built-in loader. This behavior is handled directly by the abstract class.

From the user’s perspective, this plugin solves a long-standing limitation of WordPress:
administrators often need to visit
 multiple pages to understand what’s new, what
requires immediate attention, what can wait, and what remains unfinished. While 
WordPress does provide some indicators (such as notification badges), these are 
limited and do not cover many real-world use cases.

For example, this plugin includes widgets that display WooCommerce orders on hold
or products in draft status.
 These help users quickly understand where they left
off and what needs attention immediately after logging in.

In practice, this allows administrators to organize their dashboard into meaningful
sections such as
 “What’s New”, “To Do”, or “System”. Upon login, they can first
see the most important reports (new orders, comments, etc.), then move on to less
critical items (such as content in progress), and finally review system-related 
information.

Another key improvement is performance.
 By default, hiding widgets via “Screen 
Options” only applies `display: none`, while the PHP code that generates their content
still executes. Widgets hidden using this plugin are not executed at all.

This grouping mechanism ensures that only visible widgets are processed, significantly
improving overall page load time.

=Quick Start=

After activating the plugin, go to the Dashboard.
 You will notice that existing
widgets are removed and the dashboard title is replaced with a dropdown selector.

Click the **“Unlock Dashboard”** button in the top menu.
 This will reveal the **“
+ New Widget”** button. Click it and select any available widget from the list to
add it to the current dashboard page. You can add as many widgets as you need in
this way.

To create additional dashboard pages, click on the dashboard title dropdown and 
select **“+ New Dashboard”**.
 Enter a name for the new page and confirm. You can
now organize widgets across multiple dashboard pages as needed.

=Compatibility=

There are many popular plugins that add additional widgets to the admin dashboard.

Most of them are simply informational HTML, but some use nasty approaches to fetch
content by triggering AJAX requests, which can cause compatibility issues with this
plugin.

Currently, compatibility has been confirmed with: WooCommerce, Wordfence, MonsterInsights,
Yoast, WP Mail SMTP, and Elementor.
 We are aware of issues with: AIOSEO.

=Developers information=

To create your own widget, refer to the included widgets as examples. All of them
extend the base abstract class, and your custom widgets should do the same within
your own namespace.

Make sure that widget IDs are prefixed with your namespace.

If your widget contains heavy logic, you can defer its execution by setting:

    ```
    $deferred = true;
    ```

This will load the widget asynchronously. See the built-in `HostingInfo` class for
a reference implementation.

To register your widget, you can:

 * Call:
    \Tekod\ADWMAN\Dashboard\Widgets::registerWidget(…);
 * Or use the filter:
    tekod-adwman-custom-widgets

Both methods expect the fully qualified class name.

### Contact

Please, send bug reports and feature requests to [office@tekod.com](https://ky.wordpress.org/plugins/adwman/office@tekod.com?output_format=md)

## Сын-пикирлер

There are no reviews for this plugin.

## Contributors & Developers

“ADWMAN: Advanced Dashboard Manager” is open source software. The following people
have contributed to this plugin.

Мүчөлөрү

 *   [ Tekod lab. ](https://profiles.wordpress.org/tekod/)

[Translate “ADWMAN: Advanced Dashboard Manager” into your language.](https://translate.wordpress.org/projects/wp-plugins/adwman)

### Interested in development?

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

## Мета

 *  Нуска **0.4.2**
 *  Акыркы жаңыртуу **1 күн мурун**
 *  Активдүү орнотуулар **Fewer than 10**
 *  WordPress нускасы ** 6.7 же андан жогору **
 *  Tested up to **7.0**
 *  PHP нускасы ** 8.2 же андан жогору **
 *  Тил
 * [English (US)](https://wordpress.org/plugins/adwman/)
 * Тег:
 * [admin](https://ky.wordpress.org/plugins/tags/admin/)[dashboard](https://ky.wordpress.org/plugins/tags/dashboard/)
   [Dynamic](https://ky.wordpress.org/plugins/tags/dynamic/)[kanban](https://ky.wordpress.org/plugins/tags/kanban/)
   [widgets](https://ky.wordpress.org/plugins/tags/widgets/)
 *  [Advanced View](https://ky.wordpress.org/plugins/adwman/advanced/)

## Рейтинг

Азырынча эч кандай сын-пикир жок.

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

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

## Мүчөлөрү

 *   [ Tekod lab. ](https://profiles.wordpress.org/tekod/)

## Колдоо

Комментарийлер барбы? Жардам керекпи?

 [Колдоо форумун көрүү](https://wordpress.org/support/plugin/adwman/)