File: bp-groups/classes/class-bp-groups-member.php |
Description |
|---|---|
| bp_group_members_count_user_join_filter |
Filters the SQL prepared statement used to fetch group members total count. |
| BP_Groups_Member::get_membership_ids_for_user() |
Get all membership IDs for a user. |
| BP_Groups_Member::check_is_banned() |
Check whether a user is banned from a given group. |
| BP_Groups_Member::check_is_creator() |
Is the specified user the creator of the group? |
| BP_Groups_Member::check_for_membership_request() |
Check whether a user has an outstanding membership request for a given group. |
| BP_Groups_Member::get_random_groups() |
Get a list of randomly selected IDs of groups that the member belongs to. |
| BP_Groups_Member::get_group_member_ids() |
Get the IDs of all a given group’s members. |
| BP_Groups_Member::get_is_banned_of() |
Get the groups of which a specified user is banned from. |
| BP_Groups_Member::total_group_count() |
Get the count of groups of which the specified user is a member. |
| BP_Groups_Member::get_invites() |
Get a user’s outstanding group invitations. |