Archive->FilterDirs) ? count(explode(";", $Package->Archive->FilterDirs)) -1 : 0;
$filter_file_count = isset($Package->Archive->FilterFiles) ? count(explode(";", $Package->Archive->FilterFiles)) -1 : 0;
?>
';
_e("This option has automatically been checked because you have opted for a
Two-Part Install Process. Please complete the package build and continue with the ", 'duplicator');
printf('%s
%s.',
'',
esc_html__('Quick Start Two-Part Install Instructions', 'duplicator'));
echo '
';
}
_e("
Overview: This advanced option excludes all files from the archive. Only the database and a copy of the installer.php "
. "will be included in the archive.zip file. The option can be used for backing up and moving only the database.", 'duplicator');
echo '
';
_e("
Notice:", 'duplicator');
_e("Please use caution when installing only the database over an existing site and be sure the correct files correspond with the database. For example, "
. "if WordPress 4.6 is on this site and you copy the database to a host that has WordPress 4.8 files then the source code of the files will not be "
. "in sync with the database causing possible errors. If you’re immediately moving the source files with the database then you can ignore this notice. "
. "Please use this advanced feature with caution!", 'duplicator');
?>