Title: Admin Buddy
Author: igse
Published: <strong>2026 年 5 月 25 日</strong>
Last modified: 2026 年 6 月 8 日

---

搜索插件

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

![](https://ps.w.org/admin-buddy/assets/icon.svg?rev=3547247)

# Admin Buddy

 作者：[igse](https://profiles.wordpress.org/igse/)

[下载](https://downloads.wordpress.org/plugin/admin-buddy.1.1.0.zip)

 * [详情](https://cn.wordpress.org/plugins/admin-buddy/#description)
 * [评价](https://cn.wordpress.org/plugins/admin-buddy/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/admin-buddy/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/admin-buddy/#developers)

 [支持](https://wordpress.org/support/plugin/admin-buddy/)

## 描述

Admin Buddy is a modular admin enhancement suite for WordPress. Each feature is 
an independent module you can enable or disable from the Setup screen. No feature
runs unless you turn it on.

**Modules included:**

 * **White Label** – rebrand the admin: custom greeting, agency name, sidebar logo,
   admin bar cleanup, dashboard widgets, hide update nags, footer text, and more
 * **Colours** – apply a colour scheme to the entire WP admin, login page, and admin
   bar
 * **Login** – style the WordPress login page with your brand
 * **Maintenance** – Coming Soon and Maintenance mode with bypass URLs and emergency
   access
 * **SMTP** – configure outgoing email with multiple provider presets and email 
   logging
 * **User Roles** – capability matrix editor with backup and restore
 * **Media Manager** – organise the Media Library into nested, colour-coded folders,
   injected into the native Media Library and every page-builder media modal; drag
   files to folders, search and sort, and reorganise with a multi-select toolbar;
   optional two-step Media Trash (trash, restore, empty). Folders are standard WordPress
   terms, so they survive deactivation
 * **Quick Settings** – one-click toggles for common WordPress housekeeping (disable
   feeds, emojis, XML-RPC, REST API, etc.)

### Source Code

The complete source code is available at:
 https://github.com/360igs/admin-buddy-
free

The repository is published on each release and contains the exact files in the 
WordPress.org-hosted zip.

### External services

The SMTP module can route outgoing WordPress email through a third-party SMTP server
when the site administrator chooses to enable it.

The plugin does not include hardcoded connections to any specific email service.
The administrator supplies the SMTP host, port, encryption setting, and credentials
in the SMTP module’s settings. No data is sent to any external server until the 
administrator saves those credentials and an email is dispatched (either by WordPress
itself or by the SMTP module’s “Send test email” button).

When email is sent, the recipient address, message body, and any attachments are
transmitted to the SMTP server the administrator configured, using the credentials
supplied. The plugin neither chooses the destination server nor stores credentials
anywhere outside the local site database.

Because the destination is administrator-supplied, no fixed terms-of-service or 
privacy-policy link applies; the relevant policy is the one published by whichever
SMTP provider the administrator chooses.

## 屏幕截图

[⌊Setup screen - enable any of eight modules independently with a single toggle.⌉⌊
Setup screen - enable any of eight modules independently with a single toggle.⌉[

Setup screen – enable any of eight modules independently with a single toggle.

[⌊Colours - apply a ready-made colour scheme across the admin, login, and admin 
bar, with a live preview.⌉⌊Colours - apply a ready-made colour scheme across the
admin, login, and admin bar, with a live preview.⌉[

Colours – apply a ready-made colour scheme across the admin, login, and admin bar,
with a live preview.

[⌊White Label - replace WordPress branding with your own: site favicon, sidebar 
logo, agency name, admin bar, and dashboard greeting.⌉⌊White Label - replace WordPress
branding with your own: site favicon, sidebar logo, agency name, admin bar, and 
dashboard greeting.⌉[

White Label – replace WordPress branding with your own: site favicon, sidebar logo,
agency name, admin bar, and dashboard greeting.

[⌊Login - restyle the WordPress login page with three layouts (Left, Center, Right),
brand colours, and your logo, with a live preview.⌉⌊Login - restyle the WordPress
login page with three layouts (Left, Center, Right), brand colours, and your logo,
with a live preview.⌉[

Login – restyle the WordPress login page with three layouts (Left, Center, Right),
brand colours, and your logo, with a live preview.

[⌊Maintenance - Coming Soon and Maintenance modes with custom bypass paths and a
regeneratable emergency access URL.⌉⌊Maintenance - Coming Soon and Maintenance modes
with custom bypass paths and a regeneratable emergency access URL.⌉[

Maintenance – Coming Soon and Maintenance modes with custom bypass paths and a regeneratable
emergency access URL.

[⌊SMTP - route outgoing WordPress mail through a custom server with encrypted credentials
and a built-in test-email tool.⌉⌊SMTP - route outgoing WordPress mail through a 
custom server with encrypted credentials and a built-in test-email tool.⌉[

SMTP – route outgoing WordPress mail through a custom server with encrypted credentials
and a built-in test-email tool.

[⌊User Roles - a capability-matrix editor with per-role backups, cloning, rename,
and reset.⌉⌊User Roles - a capability-matrix editor with per-role backups, cloning,
rename, and reset.⌉[

User Roles – a capability-matrix editor with per-role backups, cloning, rename, 
and reset.

[⌊Quick Settings - one-toggle housekeeping for common WordPress tweaks: disable 
feeds, emojis, XML-RPC, REST API access, and more.⌉⌊Quick Settings - one-toggle 
housekeeping for common WordPress tweaks: disable feeds, emojis, XML-RPC, REST API
access, and more.⌉[

Quick Settings – one-toggle housekeeping for common WordPress tweaks: disable feeds,
emojis, XML-RPC, REST API access, and more.

[⌊Media Manager - nested, colour-coded media folders in the native Media Library,
with drag-to-folder, search and sort, a multi-select toolbar, and an optional two-
step Media Trash.⌉⌊Media Manager - nested, colour-coded media folders in the native
Media Library, with drag-to-folder, search and sort, a multi-select toolbar, and
an optional two-step Media Trash.⌉[

Media Manager – nested, colour-coded media folders in the native Media Library, 
with drag-to-folder, search and sort, a multi-select toolbar, and an optional two-
step Media Trash.

## 安装

 1. Upload the plugin folder to `/wp-content/plugins/`.
 2. Activate through **Plugins  Installed Plugins**.
 3. Go to **Admin Buddy** in the admin menu.
 4. Enable the modules you want in **Setup  Modules**.

## 常见问题

### Does it work with my theme?

Admin Buddy only affects the WordPress admin area. It has no effect on your public-
facing theme except for the Login module (which styles `wp-login.php`) and Maintenance
mode (which gates the frontend for non-logged-in users).

### What PHP version do I need?

PHP 8.1 or higher.

### Does it use jQuery?

No. All Admin Buddy scripts in the free build are Vanilla ES6+. jQuery is not declared
as a dependency for any free-build script.

### Can I build add-on modules?

Not yet – a public module API is planned for a future release. Right now, all modules
are bundled.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Admin Buddy」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ igse ](https://profiles.wordpress.org/igse/)

[帮助将「Admin Buddy」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/admin-buddy)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/admin-buddy/)，查看[SVN仓库](https://plugins.svn.wordpress.org/admin-buddy/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/admin-buddy/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/admin-buddy/)。

## 更新日志

#### 1.1.0

 * New module: **Media Manager**. Organise the Media Library into nested, colour-
   coded folders, injected into both the native Media Library and every page-builder
   media modal (Bricks, Divi, Elementor, Gutenberg, and a generic fallback). Drag
   files into folders, search across all folders, sort by date/name/modified, and
   reorganise with a multi-select bulk-ops toolbar (move/trash/restore). Includes
   an optional two-step Media Trash (trash, restore, empty). Folders are stored 
   as standard WordPress taxonomy terms, so they survive deactivation and carry 
   no lock-in – export the folder map to JSON at any time.
 * Folder operations (create, rename, delete, move, recolour) are restricted to 
   administrators. Enable the module from **Setup  Modules**.
 * All Media Manager scripts are Vanilla ES6+ (no jQuery dependency), consistent
   with the rest of the free build.

#### 1.0.3

 * Plugin Data: “Reset Plugin Data” and “Reset and Deactivate Plugin” renamed to“
   Erase All Admin Buddy Data” and “Erase All Data and Deactivate”. Confirmation
   modal now itemises exactly what will be deleted (Collections, Option Pages, snippets,
   SVG icons, activity log entries, uploads directory) and requires typing “ERASE”
   before the destroy button arms. Prevents accidental data loss from a single click.
 * Sidebar: revert custom positioning/overflow overrides. WordPress’s native sticky-
   menu behaviour returns, hover-flyout submenus work as core intends.
 * Internal: sync `ADMBUD_VERSION` constant with the plugin header so asset cache-
   busting and the stored `admbud_plugin_version` option match the version users
   see.

#### 1.0.2

 * Fix mismatched “Tested up to” header between admin-buddy.php (6.9) and readme.
   txt (7.0) that triggered a Plugin Check error on install. Both now declare 7.0.
   No functional change.

#### 1.0.1

 * Initial public release on WordPress.org. Admin Buddy is a modular admin enhancement
   suite – White Label, Colours, Login, Maintenance, SMTP, User Roles, and Quick
   Settings – that you enable per-module from the Setup screen.

## 额外信息

 *  版本 **1.1.0**
 *  最后更新：**5 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.4 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 8.1 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/admin-buddy/)
 * 标签
 * [admin](https://cn.wordpress.org/plugins/tags/admin/)[coming soon](https://cn.wordpress.org/plugins/tags/coming-soon/)
   [login](https://cn.wordpress.org/plugins/tags/login/)[smtp](https://cn.wordpress.org/plugins/tags/smtp/)
   [White Label](https://cn.wordpress.org/plugins/tags/white-label/)
 *  [高级视图](https://cn.wordpress.org/plugins/admin-buddy/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/admin-buddy/reviews/)

## 贡献者

 *   [ igse ](https://profiles.wordpress.org/igse/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/admin-buddy/)