Skip to content

Instantly share code, notes, and snippets.

@tanmay27vats
Created January 7, 2018 17:43
Show Gist options
  • Save tanmay27vats/a34fa54595ddcb9e992f325e44a00cf9 to your computer and use it in GitHub Desktop.
Save tanmay27vats/a34fa54595ddcb9e992f325e44a00cf9 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