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 9.9.3
function woocommerce_template_loop_product_thumbnail() { // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo woocommerce_get_product_thumbnail(); }