bp_group_type_list( $group_id, $r = array() )
Output a comma-delimited list of group types.
Description Description
See also See also
- bp_get_group_type_list(): for parameter documentation.
Source Source
File: bp-groups/bp-groups-template.php
function bp_group_type_list( $group_id = 0, $r = array() ) {
echo bp_get_group_type_list( $group_id, $r );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |