Tribe__Tickets__REST__V1__Main::get_version()

Returns the string indicating the REST API version.


Return

(string)


Top ↑

Source

File: src/Tribe/REST/V1/Main.php

	public function get_version() {
		return 'v1';
	}

Top ↑

Changelog

Changelog
Version Description
4.7.5 Introduced.