Viewing 1 replies (of 1 total)
  • Plugin Author Damian

    (@timersys)

    Yes, to US but you can change that with a php filter

    add_filters('geot/fallback_iso_code', 'my_custom_iso_code_func');
    function my_custom_iso_code_func(){
        return 'ES';
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Fallback option?’ is closed to new replies.