Simplify Admin Menus
by Adam Alexandersson on WordPress.org
Simplify your WordPress admin interface by customizing menu items and admin bar elements per user role.
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. This helps create a cleaner, more focused admin experience for your users.
Key Features:
- Role-based menu item visibility control
- Customizable admin bar elements per role
- 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