Lines:
1 to 79 of 79
<?php /** * Country Functions * * @package EDD * @subpackage Functions * @copyright Copyright (c) 2015, Pippin Williamson * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 1.6 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* function edd_get_shop_country() – Get Shop Base Country */ /* function edd_get_shop_state() – Get Shop Base State */ /* function edd_get_shop_states() – Get Shop States */ /* function edd_get_country_list() – Get Country List */ /* function edd_get_states_list() – Get States List */ /* function edd_get_angola_provinces_list() – Get Angola States */ /* function edd_get_provinces_list() – Get Provinces List */ /* function edd_get_australian_states_list() – Get Australian States */ /* function edd_get_bangladeshi_states_list() – Get Bangladeshi States (districts) */ /* function edd_get_brazil_states_list() – Get Brazil States */ /* function edd_get_bulgarian_states_list() – Get Bulgarian States */ /* function edd_get_hong_kong_states_list() – Get Hong Kong States */ /* function edd_get_hungary_states_list() – Get Hungary States */ /* function edd_get_japanese_states_list() – Get Japanese States */ /* function edd_get_chinese_states_list() – Get Chinese States */ /* function edd_get_united_kingdom_states_list() – Get United Kingdom States */ /* function edd_get_new_zealand_states_list() – Get New Zealand States */ /* function edd_get_peruvian_states_list() – Get Peruvian States */ /* function edd_get_indonesian_states_list() – Get Indonesian States */ /* function edd_get_indian_states_list() – Get Indian States */ /* function edd_get_iranian_states_list() – Get Iranian States */ /* function edd_get_italian_states_list() – Get Italian Provinces */ /* function edd_get_malaysian_states_list() – Get Malaysian States */ /* function edd_get_mexican_states_list() – Get Mexican States */ /* function edd_get_nepalese_states_list() – Get Nepalese States (Districts) */ /* function edd_get_south_african_states_list() – Get South African States */ /* function edd_get_thailand_states_list() – Get Thailand States */ /* function edd_get_turkey_states_list() – Get Turkey States */ /* function edd_get_spain_states_list() – Get Spain States */ /* function edd_get_country_name() – Given a country code, return the country name */ /* function edd_get_state_name() – Given a country and state code, return the state name */