woocommerce_template_loop_category_link_close()WC 1.0

Insert the closing anchor tag for categories in the loop.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_template_loop_category_link_close();

woocommerce_template_loop_category_link_close() code WC 8.7.0

function woocommerce_template_loop_category_link_close() {
	echo '</a>';
}