Tribe__Events__Community__Main::getPluginPath()

Get the plugin’s path.


Return

(string) The path.


Top ↑

Source

File: src/Tribe/Main.php

		public static function getPluginPath() {
			return self::instance()->pluginPath;
		}

Top ↑

Changelog

Changelog
Version Description
1.0 Introduced.