35 lines
815 B
PHP
35 lines
815 B
PHP
<?php // phpcs:ignore - @generation-checksum IN-NL-10
|
|
/**
|
|
* State City List for NL - IN.
|
|
*
|
|
* City count: 10
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for NL - 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(
|
|
__('Dimapur', 'wp-ultimo-locations'),
|
|
__('Kohima', 'wp-ultimo-locations'),
|
|
__('Mokokchung', 'wp-ultimo-locations'),
|
|
__('Mon', 'wp-ultimo-locations'),
|
|
__('Peren', 'wp-ultimo-locations'),
|
|
__('Phek', 'wp-ultimo-locations'),
|
|
__('Tuensang', 'wp-ultimo-locations'),
|
|
__('Tuensang District', 'wp-ultimo-locations'),
|
|
__('Wokha', 'wp-ultimo-locations'),
|
|
__('Zunheboto', 'wp-ultimo-locations'),
|
|
);
|