Viewing 1 replies (of 1 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi, sorry for the late reply. Your best bet is to do what we do and add a filter:

    add_action('wp_logout', 'LoginWithAjax::logoutRedirect');
    add_filter('login_redirect', 'LoginWithAjax::loginRedirect', 1, 3);
Viewing 1 replies (of 1 total)

The topic ‘Append variables to Redirect URL’ is closed to new replies.