File: bp-groups/bp-groups-functions.php |
Description |
|---|---|
| groups_update_last_activity() |
Update the last_activity meta value for a given group. |
| 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. |
| bp_use_legacy_group_member_query |
Before we potentially switch the group status, if it has been changed to public from private and there are outstanding membership requests, auto-accept those requests. |
| 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_groups |
Filters the collection of groups based on parsed parameters. |
| groups_check_slug() |
Provide a unique, sanitized version of a group slug. |
| groups_get_slug() |
Get a group slug by its ID. |