Support » Plugin: Simple Single Sign On » PR: WP redirect_to lost across domains

  • Hey,

    I added a cookie to remember the ?redirect_to=href that is often passed when users aren’t logged in. It sets the cookie if $_GET['redirect_to'] exists, returns it through wpssoc_get_user_redirect_url() and deletes it in WordPress’s wp_login action.

    https://gist.github.com/3fc0bd0dc36db66794c0816465300062

    I’d appreciate if it could be incorporated.

  • The topic ‘PR: WP redirect_to lost across domains’ is closed to new replies.