File: bp-groups/classes/class-bp-groups-member.php |
Description |
---|---|
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::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. |