@since: BuddyPress 1.6.0 |
Description |
---|---|
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::check_is_member() |
Check whether a user is a member of 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. |
BP_Groups_Member::total_group_count() |
Get the count of groups of which the specified user is a member. |
BP_Groups_Member::demote() |
Demote membership to Member status (non-admin, non-mod). |