Skip to content

Instantly share code, notes, and snippets.

@bradleysa
Created April 22, 2022 08:17
Show Gist options
  • Save bradleysa/85b85e1abef253af22df5bbe6acfa1f2 to your computer and use it in GitHub Desktop.
Save bradleysa/85b85e1abef253af22df5bbe6acfa1f2 to your computer and use it in GitHub Desktop.
WC: Remove Product Images from Cart
add_filter( 'woocommerce_cart_item_thumbnail', '__return_false' );
/** https://www.skyverge.com/blog/remove-woocommerce-product-images-from-the-cart/ **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment