woocommerce_template_loop_product_thumbnail()

Get the product thumbnail for the loop.


Description Description


Source Source

File: includes/wc-template-functions.php

	function woocommerce_template_loop_product_thumbnail() {
		echo woocommerce_get_product_thumbnail(); // WPCS: XSS ok.
	}


Top ↑

User Contributed Notes User Contributed Notes

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