bp_group_type_tax_name()
Output the slug of the Group type taxonomy.
Source Source
File: bp-groups/bp-groups-functions.php
function bp_group_type_tax_name() { echo bp_get_group_type_tax_name(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |