Merge pull request #25598 from johncodeos-forks/master

Hide Germany's, Denmark's and Sweden's state field
This commit is contained in:
Christopher Allford 2020-05-11 19:42:46 -07:00 committed by GitHub
commit bf396aec14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -910,6 +910,7 @@ class WC_Countries {
),
'state' => array(
'required' => false,
'hidden' => true,
),
),
'DK' => array(
@ -918,6 +919,7 @@ class WC_Countries {
),
'state' => array(
'required' => false,
'hidden' => true,
),
),
'EE' => array(
@ -1229,6 +1231,7 @@ class WC_Countries {
),
'state' => array(
'required' => false,
'hidden' => true,
),
),
'TR' => array(