function custom_override_checkout_fields( $fields ) {
unset($fields[‘billing_state’]);
return $fields;
}
does work. But it did break my layout…
Thread Starter
hsinke
(@hsinke)
It goes a lot better but not all diacritics works as I saw today:
but for example Oğuzhan does not sees the Turkish diacritics. Somewhere UTF-8 coding seems necessary.
Thread Starter
hsinke
(@hsinke)
It works! Your plugin is really a great one. I will look for a Dutch translation for it!