
內容簡介
Simplify Admin Menus 讓您可以自訂和簡化 WordPress 管理介面,透過控制不同使用者角色和個別使用者可見的選單項目及管理列元素,創造更清晰、專注的管理體驗。
【主要功能】
• 依角色控制選單項目可見性
• 個別使用者覆蓋設定(繼承、隱藏或顯示)
• 受保護的管理員始終擁有完整選單訪問權限
• 依角色或使用者自訂管理列元素
• 簡單直觀的介面
• 提升管理工作流程效率
外掛標籤
開發者團隊
原文外掛簡介
Simplify Admin Menus allows you to customize and streamline your WordPress admin interface by controlling which menu items and admin bar elements are visible to different user roles and individual users. This helps create a cleaner, more focused admin experience.
Key Features:
Role-based menu item visibility control
Per-user overrides (Inherit, Hide, or Show) that can bypass role settings
Protected administrators who always retain full menu access
Customizable admin bar elements per role or user
Simple and intuitive interface
Improves admin workflow efficiency
Build Tools
This plugin uses modern build tools to compile and optimize assets. To set up the development environment:
Clone the repository:
git clone https://github.com/adamalexandersson/simplify-admin-menus.git
Install dependencies:
npm install
Available build commands:
npm run build – Build production assets
npm run dev – Start development server with hot reloading
composer install – Install PHP dependencies
The plugin uses:
* Vite for asset bundling and development server
* SCSS for styling
* Composer for PHP dependency management and PSR-4 autoloading
