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