Beschrijving
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
Installatie
- Upload the plugin files to the
/wp-content/plugins/simplify-admin-menus
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Settings->Simplify Admin Menus screen to configure the plugin
- Configure visibility settings for each user role as needed
Development
The source code for this plugin is available on GitHub: https://github.com/adamalexandersson/simplify-admin-menus
FAQ
-
Yes, you can customize which menu items are visible for each user role independently.
-
Will this affect the front-end of my site?
-
No, this plugin only modifies the admin interface and admin bar. It does not affect your website’s front-end appearance.
Beoordelingen
Bijdragers & ontwikkelaars
“Simplify Admin Menus” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Simplify Admin Menus” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.3.1
- General improvements
1.3.0
- Added support for user specific settings
- Improved security and code quality for WordPress plugin repository
- Renamed plugin to Simplify Admin Menus
1.2.2
- Improved security and code quality for WordPress plugin repository
1.2.1
- Minor changes and improvements
- Translations updates
1.2.0
- Renamed the plugin to Simplify Admin
- Added support for wordpress color schemes
1.1.0
- Added support for all admin bar items
- Added composer and rewrite of the code with PSR-12 and PSR-4 autoloading
- Added translations support
- Rewrited the javascript from jQuery to Vanilla javacript and updated the CSS to SCSS
- Added Vite build system for asset management
1.0.0
- Initial release
- Basic functionality for hiding admin menu items
- Role-based access control
- Admin interface for managing settings