@since: BuddyPress 1.6.0 |
Description |
---|---|
BP_Groups_Member::ban() |
Ban the user from the group. |
BP_Groups_Member::unban() |
Unban the user from the group. |
BP_Groups_Member::accept_invite() |
Mark a pending invitation as accepted. |
BP_Groups_Member::accept_request() |
Confirm a membership request. |
BP_Groups_Member::remove() |
Remove the current membership. |
BP_Groups_Member::delete() |
Delete a membership, based on user + group IDs. |
BP_Groups_Member::get_group_ids() |
Get the IDs of the groups of which a specified user is a member. |
BP_Groups_Member::promote() |
Promote a member to a new status. |
BP_Groups_Member::__construct() |
Constructor method. |
BP_Groups_Member::populate() |
Populate the object’s properties. |