woocommerce_loop_product_link

woocommerce_loop_product_link

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

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_loop_product_link') is found 1 times:

  • /includes/wc-template-functions.php line 1242
    		if ( ! ( $product instanceof WC_Product ) ) {
    			return;
    		}
    
    		$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' ) ) {