astra_woo_woocommerce_template_loop_product_title()

Show the product title in the product loop. By default this is an H2.


Description


Source

File: inc/compatibility/woocommerce/woocommerce-common-functions.php

	function astra_woo_woocommerce_template_loop_product_title() {

		echo '<a href="' . esc_url( get_the_permalink() ) . '" class="ast-loop-product__link">';
			woocommerce_template_loop_product_title();
		echo '</a>';
	}


User Contributed Notes

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