Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // State fields required
- add_filter('woocommerce_get_country_locale', function($locales){
- $locales['BG']['state']['required'] = true;
- return $locales;
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement