Skip to content

Instantly share code, notes, and snippets.

@strangerstudios
Created September 7, 2013 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save strangerstudios/6478242 to your computer and use it in GitHub Desktop.
Save strangerstudios/6478242 to your computer and use it in GitHub Desktop.
Add this code to your active theme's functions.php or a custom plugin to revert the PMPro checkout form to a US-specific format.
<?php
add_filter("pmpro_longform_address", "__return_false");
add_filter("pmpro_international_addresses", "__return_false");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment