| Server IP : 89.248.107.232 / Your IP : 216.73.217.70 Web Server : Apache System : Linux host2.kasilh.com 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : seg ( 10005) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/seg-sa.es/serinco.es/wp-content/plugins/duplicator/views/tools/ |
Upload File : |
<?php
use Duplicator\Libs\Upsell;
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
?>
<style>
div.panel {padding: 20px 5px 10px 10px; text-align: center; }
</style>
<div class="panel">
<img src="<?php echo DUPLICATOR_PLUGIN_URL ?>assets/img/logo-dpro-300x50.png" />
<div class="txt-call-action-title">
<i class="far fa-clone"></i>
<?php echo esc_html__('Templates are available in Duplicator Pro.', 'duplicator'); ?>
</div>
<div class="txt-call-action-sub">
<?php
esc_html_e('Templates allow you to customize what you want to include in your site and store it as a re-usable profile.', 'duplicator');
echo '<br/>';
esc_html_e('Save time and create a template that can be applied to a schedule or a custom package setup.', 'duplicator');
?>
</div>
<a class="dup-btn-call-action" href="<?php echo esc_url(Upsell::getCampaignUrl('templates-tab')); ?>" target="_blank">
<?php esc_html_e('Check It Out!', 'duplicator') ?>
</a>
</div>