Skip to content

Instantly share code, notes, and snippets.

@WillBrubaker
Created December 16, 2018 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WillBrubaker/77cc465a4e5e5c4adf981f538d8ab58b to your computer and use it in GitHub Desktop.
Save WillBrubaker/77cc465a4e5e5c4adf981f538d8ab58b to your computer and use it in GitHub Desktop.
Remove 'via WooCommerce' from Stripe Payment Request
//not sure what to do with this code snippet? See https://www.thathandsomebeardedguy.com/what-do-i-do-with-these-code-snippets/
add_filter( 'wc_stripe_payment_request_total_label_suffix', '__return_empty_string' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment