?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/villavanille/wp-content/themes/villa-vanille/inc/header/templates/
Upload File :
Current File : /home/rankinh/villavanille/wp-content/themes/villa-vanille/inc/header/templates/header.php

<?php
// Hook to include additional content before page header
do_action( 'drew_action_before_page_header' );
?>
<header id="qodef-page-header" <?php drew_class_attribute( apply_filters( 'drew_filter_header_class', array() ) ); ?> role="banner">
	<?php
	// Hook to include additional content before page header inner
	do_action( 'drew_action_before_page_header_inner' );
	?>
	<div id="qodef-page-header-inner" <?php drew_class_attribute( apply_filters( 'drew_filter_header_inner_class', array(), 'default' ) ); ?>>
		<?php
		// Include module content template
		echo apply_filters( 'drew_filter_header_content_template', drew_get_template_part( 'header', 'templates/header-content' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
		?>
	</div>
	<?php
	// Hook to include additional content after page header inner
	do_action( 'drew_action_after_page_header_inner' );
	?>
</header>