Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuttter/wp-user-groups
Group users together with taxonomies & terms
https://github.com/stuttter/wp-user-groups
groups taxonomies users wordpress
Last synced: 7 days ago
JSON representation
Group users together with taxonomies & terms
- Host: GitHub
- URL: https://github.com/stuttter/wp-user-groups
- Owner: stuttter
- License: gpl-2.0
- Created: 2015-08-19T20:03:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T23:20:02.000Z (over 3 years ago)
- Last Synced: 2024-10-31T19:37:06.223Z (14 days ago)
- Topics: groups, taxonomies, users, wordpress
- Language: PHP
- Homepage: https://wordpress.org/plugins/wp-user-groups/
- Size: 104 KB
- Stars: 48
- Watchers: 3
- Forks: 22
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP User Groups
WP User Groups allows users to be categorized using custom taxonomies & terms.
* "Groups" & "Types" are created by default, and can be overridden
* More user group types can be registered with custom arguments
* Edit users and set their relationships
* Bulk edit many users to quickly assign several at once
* Filter the users list to see which users are in what groups
* Not destructive data storage (plugin can be enabled & disabled without damage)
* Works great with all WP User & Term plugins (see below)# Installation
* Download and install using the built in WordPress plugin installer.
* Activate in the "Plugins" area of your admin by clicking the "Activate" link.
* Consider sponsoring future development by clicking "Sponsor".
* Visit "Users > Groups" and create some groups.
* Add users to groups by editing their profile and checking the boxes.# 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 the WordPress core database tables remain untouched.
### Does this plugin integrate with user roles?
No. This is best left to plugins that choose to integrate with this plugin.
### Where can I get support?
* Community: https://wordpress.org/support/plugin/wp-user-groups
* Development: https://github.com/stuttter/wp-user-groups/discussions### Contributing
Please [open a new issue](/pull/new/master) to discuss whether the feature is a good fit for the project. Once you've decided to work on a pull request, please follow the [WordPress Coding Standards](http://make.wordpress.org/core/handbook/coding-standards/).