woocommerce_template_loop_product_link_close()

Insert the closing anchor tag for products in the loop.


Description Description


Source Source

File: includes/wc-template-functions.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.