Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Upon login/registration redirect to Activity Stream?


r-a-y
Keymaster

@r-a-y

@duffcub

Read this:

https://buddypress.org/forums/topic/faq-how-to-code-snippets-and-solutions#post-37123

@techguy

Use bp_core_redirect();

From the commented code:

– Performs a status safe wp_redirect() that is compatible with bp_catch_uri();

eg. redirect to logged in user’s profile:

global $bp;
bp_core_redirect( $bp->loggedin_user->domain );

Skip to toolbar