bp_group_name( object|bool $group = false )
Output the name of the current group in the loop.
Parameters Parameters
- $group
-
(object|bool) (Optional) Group object. Default: current group in loop.
Default value: false
Source Source
File: bp-groups/bp-groups-template.php
function bp_group_name( $group = false ) { echo bp_get_group_name( $group ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |