woocommerce_show_product_images()
Output the product image before the single product summary.
Description Description
Source Source
File: includes/wc-template-functions.php
function woocommerce_show_product_images() {
wc_get_template( 'single-product/product-image.php' );
}