Title: Fallback option?
Last modified: August 30, 2016

---

# Fallback option?

 *  Resolved [Shopone](https://wordpress.org/support/users/shopone/)
 * (@shopone)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/fallback-option/)
 * Hi and thanks for this great plugin!
    I’m just wondering if there is any fallback
   option to assign a user to a specific country if the country cannot be assigned
   automatically (for whatever reason)?
 * [https://wordpress.org/plugins/geotargeting/](https://wordpress.org/plugins/geotargeting/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Damian](https://wordpress.org/support/users/timersys/)
 * (@timersys)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/fallback-option/#post-6221184)
 * 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.

 * ![](https://ps.w.org/geotargeting/assets/icon-256x256.png?rev=1829366)
 * [GeoTargeting Lite - WordPress Geolocation](https://wordpress.org/plugins/geotargeting/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/geotargeting/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/geotargeting/)
 * [Active Topics](https://wordpress.org/support/plugin/geotargeting/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/geotargeting/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/geotargeting/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Damian](https://wordpress.org/support/users/timersys/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/fallback-option/#post-6221184)
 * Status: resolved