File: bp-groups/classes/class-bp-groups-member.php |
Description |
---|---|
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_group_administrator_ids() |
Get a list of all a given group’s admins. |
BP_Groups_Member::prime_group_admins_mods_cache() |
Prime the bp_group_admins cache for one or more groups. |
BP_Groups_Member::get_group_moderator_ids() |
Get a list of all a given group’s moderators. |
BP_Groups_Member::get_invite_count_for_user() |
Gets the total group invite count for a user. |
BP_Groups_Member::check_has_invite() |
Check whether a user has an outstanding invitation to a given group. |
BP_Groups_Member::delete_invite() |
Delete an invitation, by specifying user ID and group ID. |