Groups::get_taxonomy_name()

Get the taxonomy name for the Group taxonomy.


Return

(string) The taxonomy name.


Top ↑

Source

File: src/Conference/Taxonomies/Groups.php

	public function get_taxonomy_name(): string {
		return Plugin::GROUP_TAXONOMY;
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.