'; do_action('airinblog_hook_before_menu_footer'); wp_nav_menu(array('theme_location' => 'airinblog-loc-menu-footer', 'depth' => 1)); echo ''; } $brand = get_theme_mod('airinblog_cus_footer_brand', 'Created with the WordPress theme Airin Blog'); if (!empty($brand)) { echo '
'; echo wp_kses_post($brand); echo '
'; } do_action('airinblog_hook_after_footer'); ?>