|
[]
|
|
|
[]
0) {
DUP_PRO_U::esc_html_e("Clicking on the 'Delete Package Orphans' button will remove the following files. "
."Orphaned files are typically generated from previous installations of Duplicator. They may also exist if they did not get properly removed "
."when they were selected from the main packages screen. The files below are no longer associated with active packages in the main "
."Packages screen and should be safe to remove. IMPORTANT: Don't click button if you want to retain any of the following files:");
echo "
"; foreach ($orphaned_filepaths as $filepath) { echo " ".esc_html($filepath)." ";
}
} else {
DUP_PRO_U::esc_html_e('No orphaned package files found.');
}
?>
|
|
| []. |
| duplicator_pro_ | |
|---|---|
| option_name); echo (in_array($row->option_name, $GLOBALS['DUPLICATOR_PRO_OPTS_DELETE'])) ? "".esc_html($key_name)."" : esc_html($key_name); ?> |