apply_filters( 'bp_get_group_creator_permalink', string $value , object $group )
Filters the permalink of the creator of the current group in the loop.
Parameters Parameters
- $value
-
(string) Permalink of the group creator.
- $group
-
(object) Group object.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Added the $group parameter. |
1.7.0 | Introduced. |