Filter: wu_country_get_states
Returns the list of states for this country.
Parameters
| Name | Type | Description |
|---|---|---|
| $states | array | List of states in a XX => Name format. |
| $country_code | string | Two-letter ISO code for the country. |
| $current_country | \WP_Ultimo\Country\Country | Instance of the current class. |
Since
- 2.0.11
Source
Defined in inc/country/class-country.php at line 86
Returns
The filtered list of states.