????JFIF??x?x????'
Server IP : 104.21.16.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/wp-content/plugins/duplicator/template/parts/notices/ |
Upload File : |
<?php /** * @package Duplicator */ use Duplicator\Utils\Upsell; defined("ABSPATH") or die(""); /** * Variables * * @var Duplicator\Core\Controllers\ControllersManager $ctrlMng * @var Duplicator\Core\Views\TplMng $tplMng * @var array<string, mixed> $tplData */ $upgradeUrl = Upsell::getCampaignUrl('lite-multisite-notice', 'Upgrade now!') ?> <span class='dashicons dashicons-warning'></span> <div class="dup-sub-content"> <h3 class="margin-bottom-0 margin-top-0"> <?php esc_html_e('Duplicator Lite does not officially support WordPress functionality', 'duplicator-pro');?> </h3> <p> <?php echo esc_html( sprintf( _x( 'By upgrading to the Elite or Pro plans you will unlock the ability to create backups and do advanced migrations on multi-site installations!', '1: name of pro plan, 2: name of elite plan', 'duplicator-pro' ) ) ); ?> </p> <a class="button primary small target="_blank" href="<?php echo esc_url($upgradeUrl); ?>"><?php esc_html_e('Upgrade Now!', 'duplicator-pro'); ?></a> </div>