• Hi guys, I have to say this plugin save my life, really great congrat to emartin24.

    So my question is how redirect to the same page when an user login and logout?

Viewing 1 replies (of 1 total)
  • you can do what i did and add the php widget plugin to the widget area (its like the text area but you can put php in it) then use this
    <?php wp_loginout($_SERVER['REQUEST_URI']); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘How redirect to the same page after login or logout?’ is closed to new replies.