Created
December 16, 2018 11:48
-
-
Save WillBrubaker/77cc465a4e5e5c4adf981f538d8ab58b to your computer and use it in GitHub Desktop.
Remove 'via WooCommerce' from Stripe Payment Request
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
//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