Files
Roman Pyrih 7483681901 first commit
2026-04-21 15:48:41 +02:00

25 lines
497 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 dupli-admin-notice">
<?php $tplMng->render('parts/migration/clean-installation-files'); ?>
</div>