Packages, shell zip message * * Variables * * @var Duplicator\Core\Views\TplMng $tplMng * @var array $tplData * @var bool $hasShellZip */ $hasShellZip = $tplData['hasShellZip']; if ($hasShellZip) { esc_html_e('The "Shell Zip" mode allows Duplicator to use the server\'s internal zip command.', 'duplicator-pro'); ?>
1) { ?>
', ' ' ); printf( esc_html_x( 'For a list of supported hosting providers %1$sclick here%2$s.', '%1$s and %2$s are html anchor tags or link', 'duplicator-pro' ), '', ' ' ); ?>
0 && ((strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN'))) { $shell_tooltip = ' '; $shell_tooltip .= __("To make 'Shell Zip' available, ask your host to:", 'duplicator-pro'); echo '
'; $i = 1; foreach ($problem_fixes as $problem_fix) { $shell_tooltip .= "{$i}. {$problem_fix->fix}
"; $i++; } $shell_tooltip .= '
'; echo wp_kses($shell_tooltip, ['br' => []]); } } } ?>