| 开发者 | devkitse |
|---|---|
| 更新时间 | 2026年9月1日 06:18 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
devkit-admin-menu-styler folder to /wp-content/plugins/, or install the zip directly via Plugins > Add New > Upload Plugin.Yes, the saved styles show in the admin menu for anyone who can see each heading. Only administrators can change the settings.
The plugin styles top-level headings. The Diagnostics tab already lists submenus for reference; styling support for submenus may come in a later version.
Some headings (for example WooCommerce Analytics and Payments) are registered without a fixed id. The plugin then targets them via their link instead, which is fully functional.
DLMenuStyle to DLMenuStyle_Admin and the file from class-dlmenustyle.php to class-dlmenustyle-admin.php, so the class name follows the plugin's own function/constant/option prefix consistently, per WordPress.org Plugin Review Team feedback.