You appear to be a bot. Output may be restricted
Description
Get Iranian States
Usage
$array = edd_get_iranian_states_list();
Parameters
Returns
array $states A list of states
Source
File name: easy-digital-downloads/includes/country-functions.php
Lines:
1 to 38 of 38
function edd_get_iranian_states_list() { $states = array( '' => '', 'KHZ' => 'Khuzestan', 'THR' => 'Tehran', 'ILM' => 'Ilaam', 'BHR' => 'Bushehr', 'ADL' => 'Ardabil', 'ESF' => 'Isfahan', 'YZD' => 'Yazd', 'KRH' => 'Kermanshah', 'KRN' => 'Kerman', 'HDN' => 'Hamadan', 'GZN' => 'Ghazvin', 'ZJN' => 'Zanjan', 'LRS' => 'Luristan', 'ABZ' => 'Alborz', 'EAZ' => 'East Azerbaijan', 'WAZ' => 'West Azerbaijan', 'CHB' => 'Chaharmahal and Bakhtiari', 'SKH' => 'South Khorasan', 'RKH' => 'Razavi Khorasan', 'NKH' => 'North Khorasan', 'SMN' => 'Semnan', 'FRS' => 'Fars', 'QHM' => 'Qom', 'KRD' => 'Kurdistan', 'KBD' => 'Kohgiluyeh and BoyerAhmad', 'GLS' => 'Golestan', 'GIL' => 'Gilan', 'MZN' => 'Mazandaran', 'MKZ' => 'Markazi', 'HRZ' => 'Hormozgan', 'SBN' => 'Sistan and Baluchestan' ); return apply_filters( 'edd_iranian_states', $states ); }