' ) ) { if ( wc_get_loop_prop( 'total' ) ) { while ( have_posts() ) : the_post(); /** * Hook: woocommerce_shop_loop. * * @hooked WC_Structured_Data::generate_product_data() - 10 */ do_action( 'woocommerce_shop_loop' ); wc_get_template_part( 'content', 'product' ); endwhile; // end of the loop. } } else { while ( have_posts() ) : the_post(); wc_get_template_part( 'content', 'product' ); endwhile; // end of the loop. } woocommerce_product_loop_end(); /** * woocommerce_after_shop_loop hook * * @hooked woocommerce_pagination - 10 */ do_action( 'woocommerce_after_shop_loop' ); } else { if ( version_compare( WC_VERSION, '3.3', '<' ) ) { if ( ! woocommerce_product_subcategories( array( 'before' => woocommerce_product_loop_start( false ), 'after' => woocommerce_product_loop_end( false ) ) ) ) { wc_get_template( 'loop/no-products-found.php' ); } } else { /** * Hook: woocommerce_no_products_found. * * @hooked wc_no_products_found - 10 */ do_action( 'woocommerce_no_products_found' ); } } ?>