apply_filters( 'bp_groups_current_group_object', object $value )
Filters the current group object being instantiated from previous filter.
Description Description
Parameters Parameters
- $value
-
Newly instantiated object for the group.
Source Source
File: bp-groups/classes/class-bp-groups-component.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |