apply_filters( 'groups_get_current_group', BP_Groups_Group $current_group )
Filters the BP_Groups_Group object corresponding to the current group.
Description Description
Parameters Parameters
- $current_group
-
Current BP_Groups_Group object.
Source Source
File: bp-groups/bp-groups-functions.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |