Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
plugins
/
duplicator
/
template
/
parts
/
Education
/
File Content:
static-popup.php
<?php /** * @package Duplicator */ defined("ABSPATH") || exit; use Duplicator\Core\Views\TplMng; use Duplicator\Utils\LinkManager; /** * 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>
Submit
FILE
FOLDER
Name
Size
Permission
Action
callout-cta.php
2648 bytes
0644
did-you-know-blurb.php
624 bytes
0644
packages-bottom-bar.php
1309 bytes
0644
static-popup.php
923 bytes
0644
subscribe-form.php
808 bytes
0644
N4ST4R_ID | Naxtarrr