*/ ?> <!DOCTYPE html> <?php tha_html_before(); ?> <html <?php language_attributes('html'); ?> > <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">
function fastfood_hook_head_bottom() { do_action('fastfood_hook_head_bottom'); tha_head_bottom(); }
function wallow_hook_head_bottom() { do_action('wallow_hook_head_bottom'); tha_head_bottom(); }
/** * Highwind head bottom action * @since 1.0 */ function highwind_head_bottom() { do_action('highwind_head_bottom'); tha_head_bottom(); }
function shiword_hook_head_bottom() { do_action('shiword_hook_head_bottom'); tha_head_bottom(); }
/** * Just after closing </head> * * @see header.php */ function responsive_mobile_head_bottom() { do_action('responsive_mobile_head_bottom'); tha_head_bottom(); }