' . get_the_title() . ''; echo ''; } } // Remove sidebar in woocommerce page and add conditional sidebar remove_action('woocommerce_sidebar', 'woocommerce_get_sidebar', 10); // Update number of items in cart and total after Ajax add_filter( 'woocommerce_add_to_cart_fragments', 'kotre_header_add_to_cart_fragment' ); function kotre_header_add_to_cart_fragment( $fragments ) { global $woocommerce; ob_start(); ?> cart->get_cart_contents_count() );?>