Skip to content

Instantly share code, notes, and snippets.

@bradleysa
Created April 22, 2022 08:16
Show Gist options
  • Save bradleysa/8efb9cdd2e768cffdbccdba43940c59e to your computer and use it in GitHub Desktop.
Save bradleysa/8efb9cdd2e768cffdbccdba43940c59e to your computer and use it in GitHub Desktop.
WC: Remove Cart Item Permalink
add_filter( 'woocommerce_cart_item_permalink', '__return_null' );
/** https://www.businessbloomer.com/woocommerce-remove-cart-product-link-cart-page/ **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment