stuttter/wp-user-groups

Group users together with taxonomies & terms

Installs: 3 889

Dependents: 0

Suggesters: 0

Security: 0

Stars: 47

Watchers: 2

Forks: 23

Open Issues: 6

Type:wordpress-plugin

2.5.1 2021-05-29 20:56 UTC

This package is auto-updated.

Last update: 2024-03-29 03:26:26 UTC


README

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?

Contributing

Please open a new issue 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.