32 lines
721 B
PHP
32 lines
721 B
PHP
<?php // phpcs:ignore - @generation-checksum MY-03-7
|
|
/**
|
|
* State City List for 03 - MY.
|
|
*
|
|
* City count: 7
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 03 - 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(
|
|
__('Gua Musang', 'wp-ultimo-locations'),
|
|
__('Kampong Kadok', 'wp-ultimo-locations'),
|
|
__('Kampong Pangkal Kalong', 'wp-ultimo-locations'),
|
|
__('Kota Bharu', 'wp-ultimo-locations'),
|
|
__('Pasir Mas', 'wp-ultimo-locations'),
|
|
__('Peringat', 'wp-ultimo-locations'),
|
|
__('Tumpat', 'wp-ultimo-locations'),
|
|
);
|