Viewing 5 replies - 1 through 5 (of 5 total)
  • Matt Rad

    (@matthew_radich)

    I’d like this feature too if possible with this plugin rather than installing another.

    Thread Starter tops98

    (@tops98)

    I found the solution, Matt, go for a plugin named Login with Ajax, much better and simple.

    Matt Rad

    (@matthew_radich)

    Thanks for that.

    I have it set up with this in my theme functions.php

    add_action('wp_logout','auto_redirect_after_logout');
    function auto_redirect_after_logout(){
      wp_redirect( home_url() );
      exit();
    }

    That works fine for now.

    redf150flames

    (@redf150flames)

    Can you please tell the solution to the logout issue?

    This feature will be added in newer version

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Logout redirect possible’ is closed to new replies.