Tribe__Events__REST__V1__Endpoints__Single_Category::get_taxonomy()
Returns the taxonomy of the terms handled by the endpoint.
Return
(string)
Source
File: src/Tribe/REST/V1/Endpoints/Single_Category.php
public function get_taxonomy() {
return Tribe__Events__Main::TAXONOMY;
}
Changelog
| Version | Description |
|---|---|
| 4.6 | Introduced. |