Redirect Particular User Role after Logged In
-
Hi Team,
I like your plugin and it helps me a lot. I want one user role to be redirected to a different page from other roles, which could be a page or a search form. Please can you help me how to set user meta as I already tried the below:
add_action( ‘user_meta_after_user_update’, ‘user_meta_after_user_update_function’ );
function user_meta_after_user_update_function( $response ){
global $userMeta;
echo $userMeta->jsRedirect( ‘https://example.com’ );
}But this doesn’t work. Please it is urgent.
Thank you,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Redirect Particular User Role after Logged In’ is closed to new replies.