.circleci
assets
bin
data
inc
admin-pages
api
builders
checkout
compat
contracts
country
br
ca
cn
de
es
fr
gb
in
jp
mx
my
01.php
02.php
03.php
04.php
05.php
06.php
07.php
08.php
09.php
10.php
11.php
12.php
13.php
14.php
15.php
16.php
ne
nl
ru
sg
tr
us
za
class-country-br.php
class-country-ca.php
class-country-cn.php
class-country-de.php
class-country-default.php
class-country-es.php
class-country-fr.php
class-country-gb.php
class-country-in.php
class-country-jp.php
class-country-mx.php
class-country-my.php
class-country-ne.php
class-country-nl.php
class-country-ru.php
class-country-sg.php
class-country-tr.php
class-country-us.php
class-country-za.php
class-country.php
database
debug
deprecated
development
domain-mapping
duplication
exception
functions
gateways
helpers
installers
integrations
internal
invoices
limitations
limits
list-tables
loaders
managers
mercator
models
next
objects
site-templates
sso
tax
traits
ui
updater
class-admin-notices.php
class-admin-themes-compatibility.php
class-ajax.php
class-api.php
class-async-calls.php
class-autoloader.php
class-cron.php
class-current.php
class-dashboard-statistics.php
class-dashboard-widgets.php
class-documentation.php
class-domain-mapping.php
class-faker.php
class-geolocation.php
class-helper.php
class-hooks.php
class-license.php
class-light-ajax.php
class-logger.php
class-maintenance-mode.php
class-newsletter.php
class-requirements.php
class-scripts.php
class-session-cookie.php
class-settings.php
class-sunrise.php
class-user-switching.php
class-views.php
class-whitelabel.php
class-wp-ultimo.php
lang
patches
tests
views
.gitignore
.phpcs.xml.dist
LICENSE
autoload.php
composer.json
composer.lock
constants.php
loco.xml
phpunit.xml.dist
readme.txt
sunrise.php
uninstall.php
wp-multisite-waas.php
33 lines
748 B
PHP
33 lines
748 B
PHP
<?php // phpcs:ignore - @generation-checksum MY-11-8
|
|
/**
|
|
* State City List for 11 - MY.
|
|
*
|
|
* City count: 8
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 11 - 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(
|
|
__('Cukai', 'wp-ultimo-locations'),
|
|
__('Jertih', 'wp-ultimo-locations'),
|
|
__('Kampung Kuala Besut', 'wp-ultimo-locations'),
|
|
__('Kertih', 'wp-ultimo-locations'),
|
|
__('Kuala Besut', 'wp-ultimo-locations'),
|
|
__('Kuala Terengganu', 'wp-ultimo-locations'),
|
|
__('Marang', 'wp-ultimo-locations'),
|
|
__('Paka', 'wp-ultimo-locations'),
|
|
);
|