Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] how to redirect after login to 'my groups'

Viewing 2 replies - 1 through 2 (of 2 total)
  • @modemlooper

    Moderator
    function bp_my_groups_redirect() {
    setcookie('bp-groups-scope', 'personal');
    return  '/groups';
    }
    add_filter('login_redirect', 'bp_my_groups_redirect');

    @wernerk

    Participant

    Thanks a lot. Works perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] how to redirect after login to 'my groups'’ is closed to new replies.
Skip to toolbar