Tribe__Events__Community__Main::getPluginPath()
Get the plugin’s path.
Return
(string) The path.
Source
File: src/Tribe/Main.php
public static function getPluginPath() {
return self::instance()->pluginPath;
}
Changelog
| Version | Description |
|---|---|
| 1.0 | Introduced. |