Hi there,
it seems that SSL pages are not handled properly, leading to empty results of uls_get_user_language_from_url.
What I've found is a literal http://, which should be resolved to something llike $scheme . '://'
where $scheme could default to 'http' and rely on the wordpress function is_ssl() for switching to 'https'.
As mentioned in several discussions, $_SERVER['REQUEST_SCHEME'] is not recommended.
Best regards,
Marc
Hi there,
it seems that SSL pages are not handled properly, leading to empty results of
uls_get_user_language_from_url.What I've found is a literal
http://, which should be resolved to something llike$scheme . '://'where
$schemecould default to 'http' and rely on the wordpress function is_ssl() for switching to 'https'.As mentioned in several discussions,
$_SERVER['REQUEST_SCHEME']is not recommended.Best regards,
Marc