Codelight Additional Editor Capabilities
Allow less technical clients to manage their Wordpress site without all the bloat in admin interface by giving them a slightly enhanced Editor role
by Codelight.eu · github.com/codelight-eu/codelight-wp-additional-editor-capabilities · website
★ 8stars
314composer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/codelight-eu/codelight-wp-additional-editor-capabilities/archive/refs/heads/master.zipAlso on Packagist as codelight-eu/wp-additional-editor-capabilities:
composer require codelight-eu/wp-additional-editor-capabilitiesFrom the readme
wp-additional-editor-capabilities
Allow less technical clients to manage their Wordpress site without all the bloat in admin interface by giving them a slightly enhanced Editor/Shop Manager role.
This plugin grants the Editor role permissions to edit (non-admin) users and gives them access to Appearance menu items.
For WooCommerce users, the Shop Manager role is granted access to Appearance menu as well.
This should be everything a non-technical client needs to manage their site, with a pleasantly clean and empty admin interface.
For even better results, combine with WP-Cleanup.
Note that this plugin has not been tested thoroughly - patches and issues are welcome.
Details
By default, the Editor role is given the following capabilities:
To edit the given capabilities, use the 'cleditorcapabilities' filter.
By default, the Shop Manager role is given the following capabilities:
To edit the given capabilities, use the 'clshopmanagercapabilities' filter.
Note that the shop manager / editor are not given the capability to delete users.