????

Your IP : 13.58.32.115


Current Path : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/partials/
Upload File :
Current File : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/partials/page-header.php

<?php
/**
 * The page header displays at the top of all single pages, posts and archives.
 * See framework/page-header.php for all page header related functions.
 * See framework/hooks/actions.php for all functions attached to the header hooks.
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
} ?>

<?php tb_hook_page_header_before(); ?>

<header class="<?php echo tb_page_header_classes(); ?>">

	<?php tb_hook_page_header_top(); ?>

	<div class="container clr page-header-inner">

		<?php tb_hook_page_header_inner(); // All default content added via this hook ?>

	</div><!-- .page-header-inner -->

	<?php tb_hook_page_header_bottom(); ?>

</header><!-- .page-header -->

<?php tb_hook_page_header_after(); ?>