File: bp-groups/bp-groups-functions.php |
Description |
---|---|
groups_get_user_groups() |
Get the IDs of the groups of which a specified user is a member. |
bp_get_user_groups() |
Get a list of groups of which the specified user is a member. |
groups_total_groups_for_user() |
Get the count of groups of which the specified user is a member. |
groups_get_current_group() |
Get the BP_Groups_Group object corresponding to the current group. |
groups_leave_group |
Fires after a user leaves a group. |
groups_join_group() |
Add a user to a group. |
groups_join_group |
Fires after a user joins a group. |
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. |