Cheers Pascal!
Thanks for the help. I’ll let you know how it goes!
Thanks Pascal – I’m assuming the best code is:
function login_redirect( $redirect_to, $request, $user ){
return home_url(‘forums’);
}
add_filter( ‘login_redirect’, ‘login_redirect’, 10, 3 );
But to use registration (or register) instead of login?