HEX
Server: Apache
System: Linux web5.visualcom.es 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: ensaco.es (10019)
PHP: 8.3.32
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/ensaco.es/httpdocs/wp-content/plugins/wp-hummingbird/admin/views/wphb-page.php
<?php
/**
 * Dashboard page
 *
 * @package Hummingbird
 */

use Hummingbird\Core\Utils;

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

$this->do_meta_boxes( 'main' ); ?>

<div class="sui-row">
	<div class="sui-col-lg-6">
		<?php $this->do_meta_boxes( 'box-dashboard-left' ); ?>
		<?php if ( ! is_multisite() || is_network_admin() ) : ?>
			<div id="wphb-dashboard-configs"></div>
		<?php endif; ?>
	</div>
	<div class="sui-col-lg-6"><?php $this->do_meta_boxes( 'box-dashboard-right' ); ?></div>
</div>

<?php
$this->modal( 'clear-cache' );

?>

<script>
	jQuery( document).ready( function () {
		window.WPHB_Admin.getModule( 'dashboard' );
	});
</script>