43 lines
1.2 KiB
PHP
43 lines
1.2 KiB
PHP
<?php // phpcs:ignore - @generation-checksum IN-ML-18
|
|
/**
|
|
* State City List for ML - IN.
|
|
*
|
|
* City count: 18
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for ML - 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(
|
|
__('Cherrapunji', 'wp-ultimo-locations'),
|
|
__('East Garo Hills', 'wp-ultimo-locations'),
|
|
__('East Jaintia Hills', 'wp-ultimo-locations'),
|
|
__('East Khasi Hills', 'wp-ultimo-locations'),
|
|
__('Mairang', 'wp-ultimo-locations'),
|
|
__('Mankachar', 'wp-ultimo-locations'),
|
|
__('Nongpoh', 'wp-ultimo-locations'),
|
|
__('Nongstoin', 'wp-ultimo-locations'),
|
|
__('North Garo Hills', 'wp-ultimo-locations'),
|
|
__('Ri-Bhoi', 'wp-ultimo-locations'),
|
|
__('Shillong', 'wp-ultimo-locations'),
|
|
__('South Garo Hills', 'wp-ultimo-locations'),
|
|
__('South West Garo Hills', 'wp-ultimo-locations'),
|
|
__('South West Khasi Hills', 'wp-ultimo-locations'),
|
|
__('Tura', 'wp-ultimo-locations'),
|
|
__('West Garo Hills', 'wp-ultimo-locations'),
|
|
__('West Jaintia Hills', 'wp-ultimo-locations'),
|
|
__('West Khasi Hills', 'wp-ultimo-locations'),
|
|
);
|