Namespaces: global |
Description |
|---|---|
| groups_get_group_admins() |
Get a list of group administrators. |
| groups_get_group_mods() |
Get a list of group moderators. |
| groups_get_group_members() |
Fetch the members of a group. |
| groups_get_total_member_count() |
Get the member count for a group. |
| groups_get_groups() |
Get a collection of groups, based on the parameters passed. |
| groups_get_total_group_count() |
Get the total group count for the site. |
| groups_is_valid_status() |
Check a group status (eg ‘private’) against the whitelist of registered statuses. |
| groups_check_slug() |
Provide a unique, sanitized version of a group slug. |
| groups_get_slug() |
Get a group slug by its ID. |
| groups_get_id() |
Get a group ID by its slug. |