woocommerce_template_loop_product_link_close()
Insert the closing anchor tag for products in the loop.
Contents
Description Description
Source Source
File: includes/wc-template-functions.php
function woocommerce_template_loop_product_link_close() { echo '</a>'; }