redirect to same page after login not working for wpengine

Home Forums Legacy Support Support queries How-to & Troubleshooting redirect to same page after login not working for wpengine

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17410
    chinolz
    Spectator
    The redirection to same page on login not working for sites hosted on wpengine. tested on clean install with latest wplms. http://testsiteh9.wpengine.com/ the only code that was added was wpengine login tweak function mycustom_login_url($login_url){ $login_url .='?wpe-login=testsiteh9'; return $login_url;
    #17412
    chinolz
    Spectator
    username: testsiteh9 password: San@Sze11110
    #17584
    Anshuman Sahu
    Keymaster
    Fixed the issue ,Please check the site /. modified the login widget code : add_filter('wplms_login_widget_action',array($this,'mycustom_login_url'),99);   function mycustom_login_url($login_url){ $login_url .='&wpe-login=mywpengineinstallname'; return $login_url;   }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘redirect to same page after login not working for wpengine’ is closed to new replies.