WooCommerce product links can be removed from shopping cart and thank you page. woocommerce_cart_item_permalink filter deals with the product permalink on shopping cart page. And woocommerce_order_item_permalink filter deals on thank you page. Returning false will simply remove product links from those pages. In the above code, __return_false is a default… Read More »