uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
public_html
/
wp-content
/
plugins
/
duplicator
/
template
/
parts
/
cross_promotion
/
list.php
/
/
<?php use Duplicator\Utils\ExtraPlugins\ExtraItem; /** * Variables * * @var \Duplicator\Core\Views\TplMng $tplMng * @var array<string, mixed> $tplData */ defined('ABSPATH') || die(); if (!current_user_can('install_plugins')) { return; } /** @var ExtraItem[] $plugins */ $plugins = $tplData['plugins']; /** @var int $limit */ $limit = $tplData['limit']; ?> <div id="dup-cross-promotion"> <p> <em><?php echo __('Enjoying Duplicator? Check out a couple of our other free plugins...', 'duplicator'); ?></em> </p> <div class="list"> <?php foreach ($plugins as $i => $plugin) { if ($i > $limit - 1) { break; } $tplMng->render( 'parts/cross_promotion/item', array('plugin' => $plugin) ); } ?> </div> </div>
/home/batcwwjx/./public_html/wp-content/plugins/duplicator/template/parts/cross_promotion/list.php