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/template-parts/header/base.php
<?php

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


/**
 * Prints content before header
 * @hook rey/before_header
 */
rey_action__before_header(); ?>

<header class="rey-siteHeader <?php echo esc_attr(implode(' ', apply_filters('rey/header/header_classes', []))) ?>" <?php rey__render_attributes('header'); ?>>

	<?php
	/**
	 * Prints content inside header
	 * @hook rey/header/content
	 */
	rey_action__header_content(); ?>

</header>
<!-- .rey-siteHeader -->

<?php
/**
 * Prints content after header
 * @hook rey/after_header
 */
rey_action__after_header(); ?>