apply_filters( 'bp_get_current_group_id', int $current_group_id , object $current_group )
Filters the ID of the current group.
Description Description
Parameters Parameters
- $current_group_id
-
ID of the current group.
- $current_group
-
Instance holding the current group.
Source Source
File: bp-groups/bp-groups-template.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |