woocommerce_template_loop_product_link_close()WC 1.0

Insert the closing anchor tag for products in the loop.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_template_loop_product_link_close();

woocommerce_template_loop_product_link_close() code WC 8.7.0

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