@since: BuddyPress 1.6.0 |
Description |
---|---|
BP_Groups_Member::delete_all() |
Delete all memberships for a given 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::get_group_moderator_ids() |
Get a list of all a given group’s moderators. |
BP_Groups_Member::get_all_membership_request_user_ids() |
Get the IDs users with outstanding membership requests to the group. |
BP_Groups_Member::check_is_banned() |
Check whether a user is banned from 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. |