Files
luxmed4.pagedev.pl/wp-content/plugins/duplicator-pro-v4.5.16.2/template/parts/migration/tool-cleanup-installer-files.php
2026-04-27 23:13:18 +02:00

24 lines
477 B
PHP

<?php
/**
* @package Duplicator
* @copyright (c) 2022, Snap Creek LLC
*/
defined("ABSPATH") or die("");
/**
* Variables
*
* @var \Duplicator\Core\Controllers\ControllersManager $ctrlMng
* @var \Duplicator\Core\Views\TplMng $tplMng
*/
if (!isset($tplData['isInstallerCleanup']) || !$tplData['isInstallerCleanup']) {
return;
}
?>
<div id="message" class="notice notice-success">
<?php $tplMng->render('parts/migration/clean-installation-files'); ?>
</div>