File: bp-groups/classes/class-bp-groups-member.php |
Description |
---|---|
bp_group_members_user_join_filter |
Filters the SQL prepared statement used to fetch group members. |
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_is_mod_of() |
Get the IDs of the groups of which a specified user is a moderator. |
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. |