Advertisement
YordanSoares

WooCommerce Deposits: Remove the Partial Payments Summary from the "My Account" page

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