This commit is contained in:
Mike Jolley 2016-12-16 10:36:21 +00:00
parent b3c68aab8c
commit 758f3a21a4
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ $wc_map_deprecated_filters = array(
'woocommerce_get_order_refund_get_reason' => 'woocommerce_refund_reason',
'default_checkout_billing_country' => 'default_checkout_country',
'default_checkout_billing_state' => 'default_checkout_state',
'default_checkout_billing_country' => 'default_checkout_postcode',
'default_checkout_billing_postcode' => 'default_checkout_postcode',
);
foreach ( $wc_map_deprecated_filters as $new => $old ) {