bp_group_name( object|bool $group = false )
Output the name 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_name( $group = false ) { echo bp_get_group_name( $group ); }
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |