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