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

Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

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