public function getPluginsDir() { $pluginsDir = __DIR__ . '/../../../../plugins'; if (file_exists($pluginsDir)) { return realpath($pluginsDir); } return $pluginsDir; }