@since: BuddyPress 1.6.0 |
Description |
|---|---|
| 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. |
| 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::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::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. |
| BP_Groups_Member::unban() |
Unban the user from the group. |