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' );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.