HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/lacalita/wp-content/themes/rey/inc/core/admin/pages-dashboard.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
} ?>

<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap" rel="stylesheet">

<div class="rey-adminPage-wrapper rey-dashboard-wrapper wrap">

	<main class="rey-dashboard-main <?php echo ReyTheme_Base::get_purchase_code() ? '--registered' : ''; ?>">
		<?php
		/**
		 * Hook to add boxes into the theme's dasboard.
		 * Example of Dashboard box

			<div class="rey-dashBox">
				<div class="rey-dashBox-inner">
					<h2 class="rey-dashBox-title">This is a box</h2>
					<div class="rey-dashBox-content">
						...
					</div>
				</div>
			</div>
		 */

		 do_action('rey/dashboard/boxes');
		?>
	</main>

</div>