Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/plugins/duplicator/template/parts/Education/ |
Upload File : |
<?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>