File: bp-groups/classes/class-bp-groups-member.php |
Description |
---|---|
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. |
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. |
bp_groups_member_before_delete_invite |
Fires before a group invitation is deleted. |
BP_Groups_Member::delete_request() |
Delete an unconfirmed membership request, by user ID and group ID. |
BP_Groups_Member::check_is_admin() |
Check whether a user is an admin of a given group. |
BP_Groups_Member::check_is_mod() |
Check whether a user is a mod of a given group. |