bp_group_type_list( $group_id,  $r = array() )

Output a comma-delimited list of group types.


Description Description

See also See also


Top ↑

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 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.