Filters the $show_country
variable which controls whether to show the “Country” field at checkout. By default this is set to true. If set to false, the country will be “US”.
apply_filters("pmpro_international_addresses", true); |
Parameters
- bool (true)
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/pages/checkout.php
View in Source Code