%s

', esc_html( woocommerce_page_title( false ) ) ); endif; do_action( 'woocommerce_archive_description' ); if ( have_posts() ) : do_action( 'woocommerce_before_shop_loop' ); woocommerce_product_loop_start(); while ( have_posts() ) : the_post(); wc_get_template_part( 'content', 'product' ); bs4_wc_loop_grid_rows_splitter(); endwhile; // End of the loop. woocommerce_product_loop_end(); do_action( 'woocommerce_after_shop_loop' ); endif; endif; /** * woocommerce_after_main_content hook. * * @hooked woocommerce_output_content_wrapper_end - 10 (outputs closing divs for the content) */ do_action( 'woocommerce_after_main_content' ); ?>