37 lines
919 B
PHP
37 lines
919 B
PHP
<?php // phpcs:ignore - @generation-checksum IN-SK-12
|
|
/**
|
|
* State City List for SK - IN.
|
|
*
|
|
* City count: 12
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for SK - IN.
|
|
*
|
|
* IMPORTANT:
|
|
* This file is generated by build scripts, do not
|
|
* change it directly or your changes will be LOST!
|
|
*
|
|
* @since 2.0.11
|
|
*/
|
|
return array(
|
|
__('East District', 'wp-ultimo-locations'),
|
|
__('Gangtok', 'wp-ultimo-locations'),
|
|
__('Gyalshing', 'wp-ultimo-locations'),
|
|
__('Jorethang', 'wp-ultimo-locations'),
|
|
__('Mangan', 'wp-ultimo-locations'),
|
|
__('Namchi', 'wp-ultimo-locations'),
|
|
__('Naya Bazar', 'wp-ultimo-locations'),
|
|
__('North District', 'wp-ultimo-locations'),
|
|
__('Rangpo', 'wp-ultimo-locations'),
|
|
__('Singtam', 'wp-ultimo-locations'),
|
|
__('South District', 'wp-ultimo-locations'),
|
|
__('West District', 'wp-ultimo-locations'),
|
|
);
|