Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function cart_subtotal_func_unset( $total ) {
  2. print_r($total);
  3. unset($totals['cart_subtotal']);
  4. return $totals;
  5. }
  6. add_filter('woocommerce_cart_item_subtotal', 'cart_subtotal_func_unset', 10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement