https://github.com/stuttter/wp-user-edit
Allow site administrators to edit users on their sites
https://github.com/stuttter/wp-user-edit
capabilities edit users wordpress
Last synced: 10 months ago
JSON representation
Allow site administrators to edit users on their sites
- Host: GitHub
- URL: https://github.com/stuttter/wp-user-edit
- Owner: stuttter
- License: gpl-2.0
- Created: 2015-08-20T16:39:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T22:41:31.000Z (about 9 years ago)
- Last Synced: 2025-03-26T06:34:30.494Z (11 months ago)
- Topics: capabilities, edit, users, wordpress
- Language: PHP
- Homepage: https://wordpress.org/plugins/wp-user-edit/
- Size: 10.7 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP User Edit
Allow site administrators to edit users of their sites.
WP User Edit allows administrators of sites to edit all users who are explicitly members of that site. This plugin is useful if you have an installation type where administrators are trusted to edit the users of their sites, but not trusted to manage an entire network of users.
# Installation
* Download and install using the built in WordPress plugin installer.
* Activate in the "Plugins" area of your admin by clicking the "Activate" link.
* No further setup or configuration is necessary.
# FAQ
### Does this create new database tables?
No. There are no new database tables with this plugin.
### Does this modify existing database tables?
No. All of WordPress's core database tables remain untouched.
### Does this plugin integrate with user roles?
No. This plugin filters `map_meta_cap` and uses `is_user_member_of_blog()` to restrict `edit_users` capabilities down to users of the current site.
### Where can I get support?
The WordPress support forums: https://wordpress.org/tags/wp-user-edit/
### Can I contribute?
Yes, please! Having an easy-to-use API and powerful set of functions is critical to managing complex WordPress installations. If this is your thing, please help us out!