[]


[]
0) { 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:", 'duplicator-pro' ); echo "

"; foreach ($orphaned_filepaths as $filepath) { echo "
" . esc_html($filepath) . "
"; } } else { esc_html_e('No orphaned package files found.', 'duplicator-pro'); } ?>
[].