@neeleshchakit
function my_login_redirect( $redirect_to, $request, $post ) {
//is there a page to check
global $post;
if($post->ID == 12279) {
return get_bloginfo(‘url’) . “https://forum.edugrabs.com/”;
} else {
return $redirect_to;
}
}
add_filter( ‘login_redirect’, ‘my_login_redirect’, 10, 3 );
the code is not working..please check it again..