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_get_groups |
Filters the collection of groups based on parsed parameters. |
groups_get_total_group_count() |
Get the total group count for the site. |
groups_get_id_by_previous_slug() |
Get a group ID by checking against old (not currently active) slugs. |
groups_leave_group() |
Remove a user from a group. |
groups_leave_group |
Fires after a user leaves a group. |
groups_join_group() |
Add a user to a group. |