woocommerce_template_loop_product_thumbnail()WC 1.0

Get the product thumbnail for the loop.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_template_loop_product_thumbnail();

woocommerce_template_loop_product_thumbnail() code WC 8.7.0

function woocommerce_template_loop_product_thumbnail() {
	// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
	echo woocommerce_get_product_thumbnail();
}