40 lines
1.1 KiB
PHP
40 lines
1.1 KiB
PHP
<?php // phpcs:ignore - @generation-checksum MY-07-15
|
|
/**
|
|
* State City List for 07 - MY.
|
|
*
|
|
* City count: 15
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 07 - 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(
|
|
__('Batu Feringgi', 'wp-ultimo-locations'),
|
|
__('Bukit Mertajam', 'wp-ultimo-locations'),
|
|
__('Butterworth', 'wp-ultimo-locations'),
|
|
__('George Town', 'wp-ultimo-locations'),
|
|
__('Juru', 'wp-ultimo-locations'),
|
|
__('Kampung Batu Feringgi', 'wp-ultimo-locations'),
|
|
__('Kampung Sungai Ara', 'wp-ultimo-locations'),
|
|
__('Kepala Batas', 'wp-ultimo-locations'),
|
|
__('Nibong Tebal', 'wp-ultimo-locations'),
|
|
__('Perai', 'wp-ultimo-locations'),
|
|
__('Permatang Kuching', 'wp-ultimo-locations'),
|
|
__('Seberang Perai', 'wp-ultimo-locations'),
|
|
__('Tanjung Tokong', 'wp-ultimo-locations'),
|
|
__('Tasek Glugor', 'wp-ultimo-locations'),
|
|
__('Telaga Batu', 'wp-ultimo-locations'),
|
|
);
|