HEX
Server: Apache/2
System: Linux localhost 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
User: rasad (1007)
PHP: 7.4.33
Disabled: shell_exec,system,passthru,exec,popen,ini_restore,socket_create,socket_create_listen,socket_create_pair,socket_listen,socket_bind,symlink,link,pfsockopen,ini_alter,dl,pcntl_exec,pcntl_fork,proc_close,proc_open,proc_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_uname,show_source,getfile,mkfifo
Upload Files
File: /home/rasad/public_html/wp-content/plugins/duplicator/template/parts/Education/static-popup.php
<?php

/**
 * @package Duplicator
 */

defined("ABSPATH") || exit;

use Duplicator\Core\Views\TplMng;
use Duplicator\Utils\Upsell;

/**
 * Variables
 *
 * @var \Duplicator\Core\Views\TplMng  $tplMng
 * @var array<string, mixed> $tplData
 */
?>
<div class="static-popup">
    <div class="static-popup-content-top-notice">
        <i class="fas fa-exclamation-triangle"></i><?php echo $tplData['warning-text']; ?>
    </div>
    <div class="static-popup-content">
        <h2>
            <?php echo $tplData['title']; ?>
        </h2>
        <?php echo TplMng::getInstance()->render($tplData['content-tpl']); ?>
    </div>
    <div class="static-popup-button">
        <a href="<?php echo esc_url($tplData['upsell-url']); ?>" class="dup-btn-green dup-btn-lg dup-btn" target="_blank" rel="noopener noreferrer">
            <?php echo __('Upgrade to Duplicator Pro Now', 'duplicator'); ?>
        </a>
    </div>
</div>