%3$s'; if ( class_exists( 'WooCommerce' ) ) { $bizhunt_shop_button .= '
  • '; global $woocommerce; $bizhunt_cart_link = function_exists( 'wc_get_cart_url' ) ? wc_get_cart_url() : $woocommerce->cart->get_cart_url(); $bizhunt_shop_button .= ''; if ($woocommerce->cart->cart_contents_count == 0){ $bizhunt_shop_button .= ''; } else { $bizhunt_shop_button .= ''; } $bizhunt_shop_button .= ''; $bizhunt_shop_button .= ' '.sprintf(_n('%d item', '%d items', $woocommerce->cart->cart_contents_count, 'bizhunt'), $woocommerce->cart->cart_contents_count).''; } $bizhunt_shop_button .= ''; $bizhunt_menu_class=''; wp_nav_menu( array ( 'theme_location'=> 'honeypress-primary', 'menu_class' => 'nav navbar-nav mr-auto '.$bizhunt_menu_class.'', 'items_wrap' => $bizhunt_shop_button, 'fallback_cb' => 'honeypress_fallback_page_menu', 'walker' => new Honeypress_nav_walker() )); ?>