View difference between Paste ID: Akpu26fA and ZzYKhyuK
SHOW: | | - or go back to the newest paste.
1
<?php
2
/**
3
 * WooCommerce Deposits (by Webtomizer):
4-
 * Remove the Partial Payments Summary from the email notifications
4+
 * Remove the Partial Payments Summary from the "Thank you" page
5
 */
6-
add_filter( 'wc_deposits_email_show_partial_payments_summary', '__return_false' );
6+
add_filter( 'wc_deposits_thankyou_show_partial_payments_summary', '__return_false' );