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 assetsnpm run dev– Start development server with hot reloadingcomposer 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
