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. }