Skip to content

Instantly share code, notes, and snippets.

@WillBrubaker
Last active December 12, 2018 11:19
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/77042b3ab4426e1b390955c56089d4f9 to your computer and use it in GitHub Desktop.
Save WillBrubaker/77042b3ab4426e1b390955c56089d4f9 to your computer and use it in GitHub Desktop.
WooCommerce Stripe data-locale="auto"
//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_checkout_locale', 'handsome_bearded_guy_stripe_checkout_locale' );
function handsome_bearded_guy_stripe_checkout_locale() {
return 'auto';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment