</a> </div><!-- .skip-link --> <?php tha_header_before(); ?> <header <?php hybrid_attr('header'); ?> > <div class="wrap"> <?php tha_header_top(); ?> <div <?php hybrid_attr('branding'); ?> > <?php hybrid_site_title(); ?> <?php hybrid_site_description(); ?> </div><!-- #branding --> <?php
function fastfood_hook_header_top() { tha_header_top(); do_action('fastfood_hook_header_top'); }
function wallow_hook_header_top() { tha_header_top(); do_action('wallow_hook_header_top'); }
/** * Highwind header action * @since 1.0 */ function highwind_header() { tha_header_top(); do_action('highwind_header'); tha_header_bottom(); }
/** * Just after opening <div id="header"> * * @see header.php */ function responsive_header_top() { do_action('responsive_header_top'); tha_header_top(); }
function shiword_hook_header_top() { tha_header_top(); do_action('shiword_hook_header_top'); }