/**
 * Highwind body top action
 * @since 1.0
 */
function highwind_body_top()
{
    do_action('highwind_body_top');
    tha_body_top();
}
Exemple #2
0
<head>
<?php 
tha_head_top();
wp_head();
tha_head_bottom();
?>
</head>

<body <?php 
hybrid_attr('body');
?>
>

	<?php 
tha_body_top();
?>

	<div id="site-container" class="site-container">

		<div class="skip-link">
			<a href="#content" class="button screen-reader-text">
				<?php 
_e('Skip to content (Press enter)', 'compass');
?>
			</a>
		</div><!-- .skip-link -->

		<?php 
tha_header_before();
?>
/**
 * Just after opening <body> tag
 *
 * @see header.php
 */
function responsive_mobile_body_top()
{
    do_action('responsive_mobile_body_top');
    tha_body_top();
}