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>';
}
Expand full source code Collapse full source code View on Trac