Merge pull request #23764 from jorgept/patch-1

Update class-wc-countries.php
This commit is contained in:
Claudio Sanches 2019-05-28 18:19:41 -03:00 committed by GitHub
commit 2fdf6de827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -1037,6 +1037,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,