Update class-wc-countries.php

Add MZ array
postcode => false, 
hidden => true
This commit is contained in:
jorgept 2019-05-19 22:23:36 +01:00 committed by GitHub
parent 90aa716098
commit e214a85a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -1036,6 +1036,15 @@ class WC_Countries {
'required' => false,
),
),
'MZ' => array(
'postcode' => array(
'required' => false,
'hidden' => true,
),
'state' => array(
'label' => __( 'Province', 'woocommerce' ),
),
),
'NL' => array(
'postcode' => array(
'priority' => 65,