woocommerce_template_loop_product_thumbnail()
Get the product thumbnail for the loop.
No Hooks.
Returns
null. Nothing (null).
Usage
woocommerce_template_loop_product_thumbnail();
woocommerce_template_loop_product_thumbnail() woocommerce template loop product thumbnail code WC 10.6.2
function woocommerce_template_loop_product_thumbnail() {
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
echo woocommerce_get_product_thumbnail();
}