0byt3m1n1
Path:
/
data
/
27
/
5
/
48
/
71
/
5374886
/
user
/
6435255
/
htdocs
/
wp-content
/
plugins
/
woocommerce
/
i18n
/
states
/
[
Home
]
File: HK.php
<?php /** * Hong Kong states * * @package WooCommerce/i18n * @version 2.0.0 */ global $states; defined( 'ABSPATH' ) || exit; $states['HK'] = array( 'HONG KONG' => __( 'Hong Kong Island', 'woocommerce' ), 'KOWLOON' => __( 'Kowloon', 'woocommerce' ), 'NEW TERRITORIES' => __( 'New Territories', 'woocommerce' ), );