Tribe__Events__REST__V1__Endpoints__Archive_Category::get_taxonomy()

Returns the taxonomy of the terms handled by the endpoint.


Return

(string)


Top ↑

Source

File: src/Tribe/REST/V1/Endpoints/Archive_Category.php

	public function get_taxonomy() {
		return Tribe__Events__Main::TAXONOMY;
	}

Top ↑

Changelog

Changelog
Version Description
4.6 Introduced.