Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Redirection plug in help please


Simon
Participant

@conceptfusion

This should work (added to the bp-custom.php file in the mu-plugins folder):

function oci_login_redirect($redirect_to, $set_for, $user){

$redirect_to = bp_core_get_userurl($user->ID);

return $redirect_to;

}

Skip to toolbar