HEX
Server: Apache
System: Linux cpanelx.inxs.ro 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: crowdandsafety (1041)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/crowdandsafety/public_html/wp-content/plugins/essential-grid/admin/views/footer.php
<?php
/**
 * Represents the view for the administration dashboard.
 *
 * This includes the header, options, and other information that should provide
 * The User Interface to the end user.
 *
 * @package   Essential_Grid
 * @author    ThemePunch <info@themepunch.com>
 * @link      https://www.essential-grid.com/
 * @copyright 2025 ThemePunch
 */

if( !defined( 'ABSPATH') ) exit();

$tooltips = get_option('tp_eg_tooltips', 'true');
?>
</div>

<script type="text/javascript">
	window.ESG ??={};
	ESG.F ??= {};
	ESG.E ??= {};
	ESG.E.slug = '<?php echo esc_js(str_replace(["\n", "\r"], '', ESG_PLUGIN_SLUG)); ?>';
	ESG.E.slug_path = '<?php echo esc_js(str_replace(["\n", "\r"], '', ESG_PLUGIN_SLUG_PATH)); ?>';
	ESG.E.activated = <?php echo esc_js(Essential_Grid_Base::getValid()); ?>;
	ESG.E.revision = '<?php echo esc_js(ESG_REVISION); ?>';
	ESG.E.latest_version = '<?php echo esc_js( Essential_Grid_Base::getLatestVersion() ); ?>';
	ESG.E.tips_dont_show = <?php $tips = get_option('tp_eg_tips_dont_show', []); echo (!empty($tips) ? wp_json_encode($tips) : '[]'); ?>;
	ESG.E.plugin_url = '<?php echo esc_js(str_replace(["\n", "\r"], '', ESG_PLUGIN_URL)); ?>';
	ESG.E.ajaxurl = '<?php echo esc_js(admin_url('admin-ajax.php')); ?>';
	ESG.E.actions_nonce = '<?php echo esc_js(wp_create_nonce("Essential_Grid_actions")); ?>';
	ESG.E.tooltipser = '<?php echo esc_js($tooltips); ?>';
	ESG.E.waitTptFunc ??= [];
	ESG.E.waitTptFunc.push(AdminEssentials.initToolTipser);

	// Check for Resources ( jQuery / tptools / tpgsap )
	new Promise(
		(resolve) => { const t = setInterval(() => { if (ESG.F.waitTpt) { clearInterval(t); resolve(); } }, 19); }
	).then(
		() => { ESG.F.waitTpt(); }
	);
</script>

<div id="waitaminute">
	<div class="waitaminute-message"><i class="eg-icon-coffee"></i><br><?php esc_html_e("Please Wait...", 'essential-grid'); ?></div>
</div>

<div id="eg-error-box"></div>

<?php include(ESG_PLUGIN_ADMIN_PATH . 'views/elements/dialogs.php'); ?>