36 lines
888 B
PHP
36 lines
888 B
PHP
<?php // phpcs:ignore - @generation-checksum MY-06-11
|
|
/**
|
|
* State City List for 06 - MY.
|
|
*
|
|
* City count: 11
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 06 - 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(
|
|
__('Bentong Town', 'wp-ultimo-locations'),
|
|
__('Jerantut', 'wp-ultimo-locations'),
|
|
__('Kampung Bukit Tinggi, Bentong', 'wp-ultimo-locations'),
|
|
__('Kampung Tekek', 'wp-ultimo-locations'),
|
|
__('Kuala Lipis', 'wp-ultimo-locations'),
|
|
__('Kuantan', 'wp-ultimo-locations'),
|
|
__('Mentekab', 'wp-ultimo-locations'),
|
|
__('Pekan', 'wp-ultimo-locations'),
|
|
__('Raub', 'wp-ultimo-locations'),
|
|
__('Tanah Rata', 'wp-ultimo-locations'),
|
|
__('Temerluh', 'wp-ultimo-locations'),
|
|
);
|