apply_filters( 'bp_get_current_group_slug', string $current_group_slug , object $current_group )
Filters the slug of the current group.
Parameters Parameters
- $current_group_slug
-
(string) Slug of the current group.
- $current_group
-
(object) Instance holding the current group.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |