apply_filters( 'bp_get_current_group_name', string $current_name , object $current_group )
Filters the name of the current group.
Parameters Parameters
- $current_name
-
(string) Name of the current group.
- $current_group
-
(object) Instance holding the current group.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |