bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

REQ: Redirect upon logout

(3 posts)
  • Started 1 year ago by Nitallica
  • Latest reply from Nitallica
  • This topic is resolved
  1. This may not need a plugin, but I haven't seen an easy way to implement via code ...

    What I'd like is to redirect a user to the forums index page when he/she logs out. Is this possible?

    Thanks! :)

    Posted 1 year ago #
  2. this plugin will do it..

    <?php

    add_action('bb_user_logout','function_xy');

    function function_xy() {
    global $re;
    $re = bb_get_option('uri');
    }

    ?>

    Posted 1 year ago #
  3. so1o, you're a doll, thank you! :)

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.