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