?
Current Path : /home1/savoy/public_html/wp-content/plugins/duplicator/template/parts/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/wp-content/plugins/duplicator/template/parts/admin-logo-header.php |
<?php /** * @package Duplicator */ use Duplicator\Utils\Help\Help; use Duplicator\Libs\Snap\SnapJson; defined("ABSPATH") || exit; /** * Variables * * @var \Duplicator\Core\Views\TplMng $tplMng * @var array<string, mixed> $tplData */ $helpPageUrl = SnapJson::jsonEncode(Help::getHelpPageUrl()); require_once(DUPLICATOR_PLUGIN_PATH . '/assets/js/javascript.php'); ?> <script> jQuery(document).ready(function ($) { $('.duplicator-help-open').click(function () { if (Duplicator.Help.isDataLoaded()) { Duplicator.Help.Display(); } else { Duplicator.Help.Load(<?php echo $helpPageUrl; ?>); } }); }); </script> <div id="dup-meta-screen"></div> <div class="dup-header"> <img src="<?php echo DUPLICATOR_PLUGIN_URL . 'assets/img/duplicator-header-logo.svg'; ?>" alt="Duplicator Logo" > <button class="duplicator-help-open"> <i class="fa-regular fa-question-circle"></i> </button> </div>