Group the studio admin sidebar into three sections #26
Reference in New Issue
Block a user
Delete Branch "feature/admin-menu-separator"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cosmetic admin-sidebar change: set the studio menus apart from the core WordPress items and group them into three sections, using
wp-menu-separatordividers (the same mechanism core uses before Appearance).Result
$menuwrite carries a scopedphpcs:ignore(writing to$menuis the supported way to add an admin separator).Verification
composer test(148 tests),composer cs, PHPStan level 6, and no-debug all pass.🤖 Generated with Claude Code