Forums
Home / Fixing WordPress / Woocommerce Product link remove
(@dasuntharindu)
2 years, 10 months ago
How to remove or disable Woocommerce product link
(@amitkryadav)
You can try below hooks:
remove_action( ‘woocommerce_before_shop_loop_item’, ‘woocommerce_template_loop_product_link_open’, 10 );
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_product_link_close’, 5 );