Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * WooCommerce Deposits (by Webtomizer):
- * Remove the Partial Payments Summary from the email notifications
- */
- add_filter( 'wc_deposits_email_show_partial_payments_summary', '__return_false' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement