Created
April 7, 2020 03:50
-
-
Save ideadude/2c3149821ddb8a09d4eb741226de78b6 to your computer and use it in GitHub Desktop.
Force international addresses in PMPro.
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
| <?php | |
| // Force international addresses (include country, longer state field). | |
| add_filter( 'pmpro_international_addresses', '__return_true' ); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment