Skip to content
README.md 1.48 KiB
Newer Older
John James Jacoby's avatar
John James Jacoby committed
# 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 Term Meta plugins (see below)

John James Jacoby's avatar
John James Jacoby committed
# Installation

* Download and install using the built in WordPress plugin installer.
* Activate in the "Plugins" area of your admin by clicking the "Activate" link.
* 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 WordPress's 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?

The WordPress support forums: https://wordpress.org/plugin/support/wp-user-groups/
John James Jacoby's avatar
John James Jacoby committed

### Can I contribute?

Yes, please! The number of users needing user groups is growing fast. 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!