Skip to content

Instantly share code, notes, and snippets.

@dancameron
Created November 12, 2019 17:10
Show Gist options
  • Save dancameron/112345f1d7d420b31ca35dc0ef6fa6c5 to your computer and use it in GitHub Desktop.
Save dancameron/112345f1d7d420b31ca35dc0ef6fa6c5 to your computer and use it in GitHub Desktop.
Remove Payment Terms Header Messages
<?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