Created
November 12, 2019 17:10
-
-
Save dancameron/112345f1d7d420b31ca35dc0ef6fa6c5 to your computer and use it in GitHub Desktop.
Remove Payment Terms Header Messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php // don't include this line in your functions.php, since it already starts with it. | |
| remove_action( 'pre_si_invoice_view', array( 'SI_Payment_Terms_Fees', 'show_message_about_term_due' ), 20, 1 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment