| 开发者 | karasunouta |
|---|---|
| 更新时间 | 2026年8月21日 22:48 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
karasunouta-admin-menu-folder directory to the /wp-content/plugins/ directory, or install the plugin directly through the WordPress plugins screen.Up to 99 items. Items are listed inside the folder in the same order as they appear in the original admin sidebar, so the folder stays predictable no matter how many plugins you add.
The folder disappears from the admin sidebar entirely. Nothing is left behind, and every menu item returns to its original position. Add an item again and the folder comes back.
No. Karasunouta Admin Menu Folder only changes the location where menu links are rendered in the admin sidebar. User capabilities and plugin page URLs remain unchanged.
The 'Settings' (options-general.php) root menu is intentionally protected as a core system menu and cannot be moved into a folder. Because 'Settings' serves as the primary hub for essential WordPress configuration screens (General, Reading, Permalinks, etc.) as well as this plugin's own settings page, keeping it always directly accessible in the main sidebar ensures seamless administration and prevents navigation conflicts.
Click on the menu item inside the folder (e.g., Submenu Folder > Target Menu). This opens the parent page and expands its submenu structure in the sidebar, allowing you to access all of its child items. Why this design? WordPress admin menus natively support only up to 2 levels of hierarchy. Forcibly hacking or overriding core menu scripts to create deep nested dropdowns risks breaking layout compatibility and causing conflicts with other plugins or future WordPress updates. Our clean, core-compliant approach provides a safe, reliable, and practical 3-tier menu experience without stability risks.
kamf_folder_items filter hook for custom ordering.