woocommerce_template_loop_product_link_close()
Insert the closing anchor tag for products in the loop.
No Hooks.
Returns
null. Nothing (null).
Usage
woocommerce_template_loop_product_link_close();
woocommerce_template_loop_product_link_close() woocommerce template loop product link close code WC 10.6.2
function woocommerce_template_loop_product_link_close() {
echo '</a>';
}