WPML Integration Error – Auto Redirect
-
Simply Static Pro automatically redirects the user back to the main language. It seems to be an issue with how the WPML cookies and user current language is set, and the
ssp_use_geo_redirect
flag doesn’t respect WPML’s geo redirect settings.Workaround: manually override the flag –
add_filter( 'ssp_use_geo_redirect', '__return_false' );
It looks like someone else recently encountered this issue too: https://wpml.org/forums/topic/simply-static-pro-causes-redirection-issue/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WPML Integration Error – Auto Redirect’ is closed to new replies.