User Roles Adjustments
Custom functionality for user editing in combination with the Members plugin. Retains user levels and limits user editing capabilities.
by required · github.com/wearerequired/user-roles-adjustments
★ 1stars
0forks
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/wearerequired/user-roles-adjustments/archive/refs/heads/master.zipFrom the readme
User Roles Adjustments
WordPress mu-plugin for user editing in combination with the Members plugin. Retains user levels and limits user editing capabilities.
Installation
1. Define the dropin path for wordpress-muplugin
1. Install koodimonni/composer-dropin-installer and wearerequired/user-roles-adjustments
Example of a composer.json for a site:
json
{
"name": "wearerequired/something",
"require": {
"koodimonni/composer-dropin-installer": "^1.0",
"wearerequired/user-roles-adjustments": "^0.2"
},
"extra": {
"dropin-paths": {
"wordpress/content/mu-plugins/": [
"type:wordpress-muplugin"
]
}
}
}
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.