https://github.com/stuttter/wp-user-parents
Allow users to delegate control of their accounts to other users
https://github.com/stuttter/wp-user-parents
hierarchy parents users wordpress
Last synced: 9 months ago
JSON representation
Allow users to delegate control of their accounts to other users
- Host: GitHub
- URL: https://github.com/stuttter/wp-user-parents
- Owner: stuttter
- License: gpl-2.0
- Created: 2016-01-06T16:18:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T01:29:07.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T06:34:29.130Z (10 months ago)
- Topics: hierarchy, parents, users, wordpress
- Language: PHP
- Homepage: https://wordpress.org/plugins/wp-user-parents/
- Size: 29.3 KB
- Stars: 15
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP User Parents
Allows parent users to manage their children.
Think of WP User Parents as a user delegation system for WordPress. Users can appoint other users as 'parents' that have control over their account, viewing their profile, and acting on their behalf.
# 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
### How does this work?
It works by setting a `user_parent` user meta key with a meta value of the user ID that is a parent.
This allows multiple users to have both multiple parents and multiple children.
### Where can I get support?
The WordPress support forums: https://wordpress.org/plugin/support/wp-user-parents/
### Can I contribute?
Yes, please!