File: bp-groups/classes/class-bp-groups-group.php |
Description |
|---|---|
| BP_Groups_Group::set_up_admins_and_mods() |
Set up admins and mods for the current group object. |
| BP_Groups_Group::get_is_member() |
Checks whether the logged-in user is a member of the group. |
| BP_Groups_Group::get_user_has_access() |
Checks whether the logged-in user has access to the group. |
| BP_Groups_Group::is_visible() |
Checks whether the current user can know the group exists. |
| BP_Groups_Group::group_exists() |
Get whether a group exists for a given slug. |
| BP_Groups_Group::get_id_from_slug() |
Get the ID of a group by the group’s slug. |
| BP_Groups_Group::save() |
Save the current group to the database. |
| groups_group_before_save |
Fires before the current group item gets saved. |
| groups_group_after_save |
Fires after the current group item has been saved. |
| BP_Groups_Group::delete() |
Delete the current group. |