$menu_location, 'container' => false, 'fallback_cb' => false, ); // Check if custom menu. if ( $menu = oceanwp_header_custom_menu() ) { $menu_args['menu'] = $menu; } // Left menu for the Center header style. $left_menu = get_theme_mod( 'ocean_center_header_left_menu' ); $left_menu = '0' !== $left_menu ? $left_menu : ''; $left_menu = apply_filters( 'ocean_center_header_left_menu', $left_menu ); // Menu arguments. $left_menu_args = array( 'menu' => $left_menu, 'container' => false, 'fallback_cb' => false, ); // Top bar menu Location. $top_menu_location = 'topbar_menu'; // Menu arguments. $top_menu_args = array( 'theme_location' => $top_menu_location, 'container' => false, 'fallback_cb' => false, ); // Get close menu text. $close_text = get_theme_mod( 'ocean_mobile_menu_close_text' ); $close_text = oceanwp_tm_translation( 'ocean_mobile_menu_close_text', $close_text ); $close_text = $close_text ? $close_text : esc_html__( 'Close', 'oceanwp' ); ?>
>