'', 'menu' => $menu, 'menu_id' => 'footer-bar-one-menu', 'container' => '', 'depth' => -1, 'fallback_cb' => false, ) ); break; case 'widget': if ( is_active_sidebar( 'footer-bar-left-sidebar' ) ) { dynamic_sidebar( 'footer-bar-left-sidebar' ); } break; default: echo wp_kses_post( zakra_footer_copyright( 'one' ) ); endswitch; } endif; if ( ! function_exists( 'zakra_footer_bottom_bar_two' ) ) : /** * Footer bar section two. */ function zakra_footer_bottom_bar_two() { $footer_bar_two = get_theme_mod( 'zakra_footer_bar_section_two', 'none' ); switch ( $footer_bar_two ) : case 'text_html': echo do_shortcode( wp_kses_post( zakra_footer_copyright( 'two' ) ) ); break; case 'menu': $menu = get_theme_mod( 'zakra_footer_bar_section_two_menu', 'none' ); if ( 'none' === $menu ) { return; } wp_nav_menu( array( 'menu' => $menu, 'menu_id' => 'footer-bar-two-menu', 'container' => '', 'depth' => -1, 'fallback_cb' => false, ) ); break; case 'widget': if ( is_active_sidebar( 'footer-bar-right-sidebar' ) ) { dynamic_sidebar( 'footer-bar-right-sidebar' ); } break; default: do_action( 'zakra_footer_bar_section_two_option_case', $footer_bar_two ); endswitch; } endif; if ( ! function_exists( 'zakra_footer_end' ) ) : /** * Footer ends */ function zakra_footer_end() { ?>