woocommerce_show_product_images()WC 1.0

Output the product image before the single product summary.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_show_product_images();

woocommerce_show_product_images() code WC 8.7.0

function woocommerce_show_product_images() {
	wc_get_template( 'single-product/product-image.php' );
}