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.

Source: bp-groups/bp-groups-functions.php:986

bp_get_user_groups()

Get a list of groups of which the specified user is a member.

Source: bp-groups/bp-groups-functions.php:1035

groups_total_groups_for_user()

Get the count of groups of which the specified user is a member.

Source: bp-groups/bp-groups-functions.php:1201

groups_get_current_group()

Get the BP_Groups_Group object corresponding to the current group.

Source: bp-groups/bp-groups-functions.php:1224

groups_get_group_admins()

Get a list of group administrators.

Source: bp-groups/bp-groups-functions.php:708

groups_get_group_mods()

Get a list of group moderators.

Source: bp-groups/bp-groups-functions.php:720

groups_get_group_members()

Fetch the members of a group.

Source: bp-groups/bp-groups-functions.php:755

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.

Source: bp-groups/bp-groups-functions.php:793

groups_get_total_member_count()

Get the member count for a group.

Source: bp-groups/bp-groups-functions.php:843

groups_get_groups()

Get a collection of groups, based on the parameters passed.

Source: bp-groups/bp-groups-functions.php:865