Disable redirect in wp-login page
-
Hello, I’ve had a problem with custom /wp-login.php page, for example https://example.com/wplogin.
If you have the same, you can change some code in qtranslate_core.php:
Line 69:
if( $q_config[‘url_info’][‘doing_front_end’]){
to
if( $q_config[‘url_info’][‘doing_front_end’] && qtranxf_can_redirect() && strpos($_SERVER[‘REQUEST_URI’], wp_login_url()) == -1){
It does not been tested, but it works for me now.
Thanks for qTranslate Team for good job!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable redirect in wp-login page’ is closed to new replies.