edd_get_state_name( string $country_code = '', string $state_code = '' )
Given a country and state code, return the state name
Description Description
Parameters Parameters
- $country_code
-
(Optional) The ISO Code for the country
Default value: ''
- $state_code
-
(Optional) The ISO Code for the state
Default value: ''
Return Return
(string)
Source Source
File: includes/country-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9 | Introduced. |