woocommerce_template_loop_product_link_close()WC 1.0

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() code WC 10.6.2

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