Linux 软件免费装
Banner图

DawsonyWeb - Admin Utilities

开发者 dawsony
更新时间 2026年3月31日 18:49
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

dashboard admin copy utilities environment

下载

1.1.0 1.1.2

详情介绍:

DawsonyWeb - Admin Utilities is a developer-friendly WordPress plugin that packages the small admin improvements you actually need into one clean, modular plugin. No bloat, no nag banners, no upsells. Each tool (module) can be independently enabled or disabled. Only enabled modules load their hooks and assets, keeping your admin fast. Modules Included Copy Buttons Everywhere Adds copy buttons for IDs, permalinks, edit links, and slugs across: Environment Badge Shows a color-coded environment indicator (LOCAL / DEV / STAGING / LIVE) in the admin bar. Uses wp_get_environment_type() with a DAWSONY_ENV constant fallback. Configurable per role. Debug Snapshot A read-only support snapshot page showing WordPress version, PHP version, server info, memory limits, active theme, active plugins, and more. Includes a one-click "Copy as Text" button for easy sharing with support teams. Global Admin Notice Board Set a message that appears in wp-admin for selected roles. Supports basic HTML, notice type (info/success/warning/error), optional expiry date, and per-user dismissal with admin reset. Dashboard Widget Manager Hide or show dashboard widgets per user role. Automatically discovers all registered widgets (core + plugin) and lets you control visibility from a simple settings UI. Philosophy

安装:

Automatic Installation
  1. Go to Plugins → Add New in your WordPress admin.
  2. Search for "DawsonyWeb - Admin Utilities".
  3. Click Install Now, then Activate.
Manual Installation
  1. Download the plugin ZIP file.
  2. Go to Plugins → Add New → Upload Plugin.
  3. Upload the ZIP and click Install Now.
  4. Activate the plugin.
FTP Installation
  1. Extract the ZIP file.
  2. Upload the dawsony-admin-utilities folder to /wp-content/plugins/.
  3. Activate via Plugins in the WordPress admin.

升级注意事项:

1.1.2 Further Plugin Check fixes (i18n, input sanitization, global prefixes, packaging). 1.1.1 Maintenance release for WordPress.org guidelines and packaging. 1.0.0 Initial release.

常见问题:

Where are the settings?

Go to Tools → Dawsony Utilities. The Modules tab lets you enable/disable each tool. Enabled modules with settings get their own tabs.

Does this plugin affect the front end?

No. Everything runs in wp-admin only. No scripts, styles, or markup are added to your public site.

What happens when I disable a module?

Its hooks are immediately unregistered. No assets load, no UI appears. The module's settings are preserved in case you re-enable it.

What PHP version is required?

PHP 7.4 or higher.

Is this plugin multisite compatible?

The plugin will not cause errors on multisite, but the settings are per-site. Network-wide settings are not yet supported.

How does the Environment Badge detect the environment?

It checks wp_get_environment_type() (available since WP 5.5). You can override it with the DAWSONY_ENV constant in wp-config.php.

Does the Debug Snapshot expose any secrets?

No. It only shows safe, support-friendly information. No database credentials, API keys, or sensitive constants are included.

更新日志:

1.1.2 1.1.1 1.0.0