getValue(PrmMng::PARAM_PATH_MUPLUGINS_NEW) . '/gd-system-plugin.php'; return file_exists($file); } /** * the init function. * is called only if isHosting is true * * @return void */ public function init(): void { } /** * * @return string */ public function getLabel(): string { return 'GoDaddy'; } /** * this function is called if current hosting is this * * @return void */ public function setCustomParams(): void { PrmMng::getInstance()->setValue(PrmMng::PARAM_IGNORE_PLUGINS, [ 'gd-system-plugin.php', 'object-cache.php', ]); } }