BP_Groups_Component::register_taxonomies()
Set up taxonomies.
Description Description
Source Source
File: bp-groups/classes/class-bp-groups-component.php
public function register_taxonomies() { // Group Type. register_taxonomy( 'bp_group_type', 'bp_group', array( 'public' => false, ) ); }
Changelog Changelog
Version | Description |
---|---|
7.0.0 | The Group Type taxonomy is registered using the bp_groups_register_group_type_taxonomy() function. |
2.6.0 | Introduced. |