Skip to content

Instantly share code, notes, and snippets.

@DumahX
Created April 2, 2021 13:37
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 DumahX/5d2b0490509d6c33b16bc4264caa610f to your computer and use it in GitHub Desktop.
Save DumahX/5d2b0490509d6c33b16bc4264caa610f to your computer and use it in GitHub Desktop.
<?php
function mepr_hide_post_code_stripe_elements( $hide ) {
return true;
}
add_filter( 'mepr-stripe-form-hide-postal-code', 'mepr_hide_post_code_stripe_elements' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment