Пример #1
0
/**
 * wpsc has regions checks to see whether a country has regions or not
 * @access public
 *
 * @since 3.8
 * @param $country (string) ISO code for a country
 * @return (boolean) true is country has regions else false
 */
function wpsc_has_regions($country)
{
    return WPSC_Countries::country_has_regions($country);
}