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