getValue(PrmMng::PARAM_PATH_NEW) . '/.fw-config.php'; return file_exists($testFile); } /** * the init function. * is called only if isHosting is true * * @return void */ public function init() { } /** * * @return string */ public function getLabel() { return 'Flywheel'; } /** * this function is called if current hosting is this */ public function setCustomParams() { $paramsManager = PrmMng::getInstance(); $paramsManager->setValue(PrmMng::PARAM_ARCHIVE_ENGINE_SKIP_WP_FILES, DUP_Extraction::FILTER_SKIP_WP_CORE); } }