| 开发者 | dawsony |
|---|---|
| 更新时间 | 2026年3月31日 18:49 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
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
dawsony-admin-utilities folder to /wp-content/plugins/.Go to Tools → Dawsony Utilities. The Modules tab lets you enable/disable each tool. Enabled modules with settings get their own tabs.
No. Everything runs in wp-admin only. No scripts, styles, or markup are added to your public site.
Its hooks are immediately unregistered. No assets load, no UI appears. The module's settings are preserved in case you re-enable it.
PHP 7.4 or higher.
The plugin will not cause errors on multisite, but the settings are per-site. Network-wide settings are not yet supported.
It checks wp_get_environment_type() (available since WP 5.5). You can override it with the DAWSONY_ENV constant in wp-config.php.
No. It only shows safe, support-friendly information. No database credentials, API keys, or sensitive constants are included.
esc_html__(); map_deep sanitization for settings POST; view variables use dawsony_admin_utilities_* prefix..gitignore, .DS_Store) in the zip submitted to WordPress.org.