| Server IP : 51.91.236.193 / Your IP : 216.73.216.224 Web Server : Apache System : Linux webm010.cluster128.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : institutah ( 16501) PHP Version : 7.2.34 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/i/n/s/institutah/www/wp-content/plugins/woocommerce/i18n/states/ |
Upload File : |
<?php /** * United States (US) Minor Outlying Islands. ISO 3166-2. * * @package WooCommerce/i18n */ global $states; defined( 'ABSPATH' ) || exit; $states['UM'] = array( 'UM-81' => __( 'Baker Island', 'woocommerce' ), 'UM-84' => __( 'Howland Island', 'woocommerce' ), 'UM-86' => __( 'Jarvis Island', 'woocommerce' ), 'UM-67' => __( 'Johnston Atoll', 'woocommerce' ), 'UM-89' => __( 'Kingman Reef', 'woocommerce' ), 'UM-71' => __( 'Midway Islands', 'woocommerce' ), 'UM-76' => __( 'Navassa Island', 'woocommerce' ), 'UM-95' => __( 'Palmyra Atoll', 'woocommerce' ), 'UM-79' => __( 'Wake Island', 'woocommerce' ), );