Tribe__REST__Main::get_namespace()

Returns the namespace of The Events Calendar REST APIs.

Contents


Return

(string)


Top ↑

Source

File: src/Tribe/REST/Main.php

	public function get_namespace() {
		return $this->namespace;
	}