remiff New member Jul 2, 2017 #1 How to get value all url Code: http://localhost/ThemesCorpAddon/index.php/?_lang=en and http://localhost/ThemesCorpAddon/?_lang=en @Chris D
How to get value all url Code: http://localhost/ThemesCorpAddon/index.php/?_lang=en and http://localhost/ThemesCorpAddon/?_lang=en @Chris D
[F.A] Walky Active member Jul 12, 2017 #2 Hello, I don't really understand what you mean but if you want to get the _lang param, you juste need to do this : PHP: $lang = $this->_input->filterSingle('_lang', XenForo_Input::STRING);
Hello, I don't really understand what you mean but if you want to get the _lang param, you juste need to do this : PHP: $lang = $this->_input->filterSingle('_lang', XenForo_Input::STRING);