Skip to content

Instantly share code, notes, and snippets.

@ashokdhaduk
Forked from tanmay27vats/function.php
Created May 28, 2018 04:44
Show Gist options
  • Save ashokdhaduk/62656dfae24832881ad4b2df8974f845 to your computer and use it in GitHub Desktop.
Save ashokdhaduk/62656dfae24832881ad4b2df8974f845 to your computer and use it in GitHub Desktop.
Woocommerce: Remove Cross Sell From Cart Page
remove_action( 'woocommerce_cart_collaterals', 'woocommerce_cross_sell_display' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment