File "main.php"
Full Path: /home/apmablcosr/www/wp-content/plugins/duplicator/template/admin_pages/about_us/getting_started/main.php
File size: 538 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Template for getting started page
*
* @package Duplicator
* @copyright (c) 2022, Snap Creek LLC
*/
use Duplicator\Core\Views\TplMng;
use Duplicator\Utils\Upsell;
defined('ABSPATH') || exit;
/**
* Variables
*
* @var \Duplicator\Core\Views\TplMng $tplMng
* @var array<string, mixed> $tplData
*/
?>
<div class="wrap" id="dup-admin-about">
<?php
TplMng::getInstance()->render('admin_pages/about_us/getting_started/first_package');
TplMng::getInstance()->render('admin_pages/about_us/getting_started/get_pro');