39 lines
1000 B
PHP
39 lines
1000 B
PHP
<?php // phpcs:ignore - @generation-checksum MY-02-14
|
|
/**
|
|
* State City List for 02 - MY.
|
|
*
|
|
* City count: 14
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 02 - MY.
|
|
*
|
|
* 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(
|
|
__('Alor Setar', 'wp-ultimo-locations'),
|
|
__('Ayer Hangat', 'wp-ultimo-locations'),
|
|
__('Bedong', 'wp-ultimo-locations'),
|
|
__('Gurun', 'wp-ultimo-locations'),
|
|
__('Jitra', 'wp-ultimo-locations'),
|
|
__('Kampung Kilim', 'wp-ultimo-locations'),
|
|
__('Kampung Kok', 'wp-ultimo-locations'),
|
|
__('Kuah', 'wp-ultimo-locations'),
|
|
__('Kuala Kedah', 'wp-ultimo-locations'),
|
|
__('Kuala Teriang', 'wp-ultimo-locations'),
|
|
__('Kulim', 'wp-ultimo-locations'),
|
|
__('Langkawi', 'wp-ultimo-locations'),
|
|
__('Padang Mat Sirat', 'wp-ultimo-locations'),
|
|
__('Sungai Petani', 'wp-ultimo-locations'),
|
|
);
|