41 lines
1.0 KiB
PHP
41 lines
1.0 KiB
PHP
<?php // phpcs:ignore - @generation-checksum MY-12-16
|
|
/**
|
|
* State City List for 12 - MY.
|
|
*
|
|
* City count: 16
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 12 - 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(
|
|
__('Bandar Labuan', 'wp-ultimo-locations'),
|
|
__('Beaufort', 'wp-ultimo-locations'),
|
|
__('Donggongon', 'wp-ultimo-locations'),
|
|
__('Keningau', 'wp-ultimo-locations'),
|
|
__('Kinarut', 'wp-ultimo-locations'),
|
|
__('Kota Belud', 'wp-ultimo-locations'),
|
|
__('Kota Kinabalu', 'wp-ultimo-locations'),
|
|
__('Kudat', 'wp-ultimo-locations'),
|
|
__('Lahad Datu', 'wp-ultimo-locations'),
|
|
__('Papar', 'wp-ultimo-locations'),
|
|
__('Putatan', 'wp-ultimo-locations'),
|
|
__('Ranau', 'wp-ultimo-locations'),
|
|
__('Sandakan', 'wp-ultimo-locations'),
|
|
__('Semporna', 'wp-ultimo-locations'),
|
|
__('Taman Rajawali', 'wp-ultimo-locations'),
|
|
__('Tawau', 'wp-ultimo-locations'),
|
|
);
|