bp_group_creator_id( object|bool $group = false )
Output the user ID of the creator of the current group in the loop.
Description Description
Parameters Parameters
- $group
-
(Optional) Group object. Default: current group in loop.
Default value: false
Source Source
File: bp-groups/bp-groups-template.php
function bp_group_creator_id( $group = false ) {
echo bp_get_group_creator_id( $group );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |