esc_html__( 'Right Top Bar', 'foundationpress' ), 'mobile-nav' => esc_html__( 'Mobile', 'foundationpress' ), ) ); /** * Desktop navigation - right top bar * * @link http://codex.wordpress.org/Function_Reference/wp_nav_menu */ if ( ! function_exists( 'foundationpress_top_bar_r' ) ) { function foundationpress_top_bar_r() { wp_nav_menu( array( 'container' => false, 'menu_class' => 'dropdown menu', 'items_wrap' => '
', 'theme_location' => 'top-bar-r', 'depth' => 3, 'fallback_cb' => false, 'walker' => new Foundationpress_Top_Bar_Walker(), ) ); } } /** * Mobile navigation - topbar (default) or offcanvas */ if ( ! function_exists( 'foundationpress_mobile_nav' ) ) { function foundationpress_mobile_nav() { wp_nav_menu( array( 'container' => false, // Remove nav container 'menu' => __( 'mobile-nav', 'foundationpress' ), 'menu_class' => 'vertical menu', 'theme_location' => 'mobile-nav', 'items_wrap' => '