ssp_use_geo_redirect
How to use: add_filter()
Included in: Simply Static Pro 1.6.3+
Overview
The ssp_use_geo_redirect filter activates a static-friendly alternative to WPML's geo-redirect feature. Your visitors will be automatically redirected based on their browser language.
Example
The following code snippet activates the feature:
add_filter('ssp_use_geo_redirect', '__return_true');