Advertisement
YordanSoares

WooCommerce Deposits: Remove the total deposits row from the "Checkout" page

Feb 4th, 2024 (edited)
841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | Software | 0 0
  1. <?php
  2. /**
  3.  * WooCommerce Deposits (by Webtomizer):
  4.  * Remove the total deposits row from the "Checkout" page
  5.  */
  6. add_filter( 'wc_deposits_cart_display_ui', '__return_false' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement