woocommerce_show_product_images()
Output the product image before the single product summary.
No Hooks.
Returns
null. Nothing (null).
Usage
woocommerce_show_product_images();
woocommerce_show_product_images() woocommerce show product images code WC 10.6.2
function woocommerce_show_product_images() {
wc_get_template( 'single-product/product-image.php' );
}