apply_filters( 'bp_get_group_creator_id', int $creator_id , object $group )
Filters the user ID of the creator of the current group in the loop.
Parameters Parameters
- $creator_id
-
(int) User ID 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. |