woocommerce_loop_product_link

woocommerce_loop_product_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_loop_product_link') is found 1 times:

  • /includes/wc-template-functions.php line 1210
    	 */
    	function woocommerce_template_loop_product_link_open() {
    		global $product;
    
    		$link = apply_filters( 'woocommerce_loop_product_link', get_the_permalink(), $product );
    
    		echo '<a href="' . esc_url( $link ) . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
    	}
    }
    
    if ( ! function_exists( 'woocommerce_template_loop_product_link_close' ) ) {