Merge pull request #23764 from jorgept/patch-1
Update class-wc-countries.php
This commit is contained in:
commit
2fdf6de827
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue