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(): void { } /** * * @return string */ public function getLabel(): string { return 'Flywheel'; } /** * this function is called if current hosting is this * * @return void */ public function setCustomParams(): void { $paramsManager = PrmMng::getInstance(); $paramsManager->setValue(PrmMng::PARAM_ARCHIVE_ENGINE_SKIP_WP_FILES, DUPX_Extraction::FILTER_SKIP_WP_CORE); } }