Skip to content

Instantly share code, notes, and snippets.

@jorpdesigns
Last active July 12, 2021 16:25
Show Gist options
  • Save jorpdesigns/f01658f2e619044c68e3297049ce0e00 to your computer and use it in GitHub Desktop.
Save jorpdesigns/f01658f2e619044c68e3297049ce0e00 to your computer and use it in GitHub Desktop.
Function to remove WooCommerce cart item thumbnail
<?php
add_filter( 'woocommerce_cart_item_thumbnail', '__return_false' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment