You are logged in already. No need to register again!
-
Hello
Im making a conditional menu on the top of the multisites network (im using MP for the membership).
global $current_user; get_currentuserinfo(); $mepr = do_shortcode('[mepr-account-link]'); $join = do_shortcode('[join-my-multisite]'); if ( is_user_member_of_blog( $current_user->ID ) ) { echo $mepr; } else { echo $join; }
I was expecting to get a Join this multisite or something like that, over a MS where the user is not a registered.
Instead, I get “You are logged in already. No need to register again!”.thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘You are logged in already. No need to register again!’ is closed to new replies.