Groups::get_taxonomy_name()
Get the taxonomy name for the Group taxonomy.
Return
(string) The taxonomy name.
Source
File: src/Conference/Taxonomies/Groups.php
public function get_taxonomy_name(): string {
return Plugin::GROUP_TAXONOMY;
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |