File: bp-groups/classes/class-bp-groups-group.php |
Description |
---|---|
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::get_id_by_previous_slug() |
Get whether a group exists for an old slug. |
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. |
bp_groups_delete_group |
Fires before the deletion of a group. |