| 开发者 |
pressermannen
miikkamakela |
|---|---|
| 更新时间 | 2026年6月9日 12:43 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
prefers-reduced-motion./wp-content/plugins/, or install via the Plugins → Add New screen.Yes. The block editor's layout offsets follow your saved menu width, so resizing works the same in the editor as in the main admin.
The drag-to-resize handle is desktop-only (mouse / trackpad). On touch devices, the menu uses the default WordPress width. Reduced motion and the color-scheme default work everywhere.
Yes. All preferences are per-user meta, so each user across the network can have their own settings.
Drag the menu edge to a new width — it saves automatically. To restore the WordPress default, open your profile screen, leave the menu-width field empty, and save.
Yes, each feature can be turned off independently:
Three user-meta keys, all local to your WordPress install:
halcyon_admin_animations_enabledhalcyon_admin_color_scheme_chosenhalcyon_admin_sidebar_widthGenerally no, but two plugins adjusting the same thing (admin color scheme, sidebar width, or animation state) will produce whichever loads last. Test any existing admin-customization plugins after activating Halcyon Admin.
php language hint as inline text and the __DIR__ constant being eaten as bold markdown. Switched to 4-space indented syntax (the WordPress readme parser does not support fenced code blocks).banner-772x250.png and banner-1544x500.png (source artwork JPG, converted to PNG per WP.org spec).$width output in the initial sidebar CSS, sanitize the AJAX width input with absint(), and add a defensive check_admin_referer() to the profile save handlers (save_profile, mark_explicit_choice). No functional change.