?> <div class="spacer-10"></div> <?php wp_nav_menu(array('container' => 'nav', 'container_class' => 'footernav', 'theme_location' => 'footer', 'fallback_cb' => false, 'depth' => 1)); ?> <div class="credit"> <?php if (isset($ap_options['footer']) && $ap_options['footer'] != '') { echo wp_kses_post(stripcslashes($ap_options['footer'])); } else { echo wp_kses_post($ap_defaults['footer']); } ?> </div> <?php tha_footer_bottom(); ?> </footer> <?php tha_footer_after(); ?> </div><!-- closes .container --> <?php tha_body_bottom(); wp_footer(); ?> </body> </html>
function fastfood_hook_footer_bottom() { do_action('fastfood_hook_footer_bottom'); tha_footer_bottom(); }
function wallow_hook_footer_bottom() { do_action('wallow_hook_footer_bottom'); tha_footer_bottom(); }
/** * Highwind footer action * @since 1.0 */ function highwind_footer() { tha_footer_top(); do_action('highwind_footer'); tha_footer_bottom(); }
/** * Just before closing </div><!-- end of #footer --> * * @see footer.php */ function responsive_footer_bottom() { do_action('responsive_footer_bottom'); tha_footer_bottom(); }
function shiword_hook_footer_bottom() { do_action('shiword_hook_footer_bottom'); tha_footer_bottom(); }