SHOW:
|
|
- or go back to the newest paste.
1 | <?php | |
2 | /** | |
3 | * WooCommerce Deposits (by Webtomizer): | |
4 | - | * Remove the total deposits row from the "Checkout" page |
4 | + | * Remove the Partial Payments Summary from the email notifications |
5 | */ | |
6 | - | add_filter( 'wc_deposits_cart_display_ui', '__return_false' ); |
6 | + | add_filter( 'wc_deposits_email_show_partial_payments_summary', '__return_false' ); |