File: bp-groups/classes/class-bp-groups-member.php |
Description |
---|---|
BP_Groups_Member::get_memberships_by_id() |
Get group membership objects by ID (or an array of IDs). |
BP_Groups_Member::get_all_membership_request_user_ids() |
Get the IDs users with outstanding membership requests to the group. |
BP_Groups_Member::get_all_for_group() |
Get members of a group. |
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::get_recently_joined() |
Get the IDs of the groups of which a specified user is a member, sorted by the date joined. |
BP_Groups_Member::get_is_admin_of() |
Get the IDs of the groups of which a specified user is an admin. |
BP_Groups_Member::get_is_mod_of() |
Get the IDs of the groups of which a specified user is a moderator. |