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: ''


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/country-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.9 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.