Viewing 1 replies (of 1 total)
  • Plugin Author shazdeh

    (@shazdeh)

    If I understand properly, you want to check if the current user is registered on the website? You could use this condition:

    is_user_logged_in() && is_user_member_of_blog()

    Using this condition, the menu will only show up if the user is logged in (so guest visitors will not see it) and also if the user has been registered for that website in the network.

Viewing 1 replies (of 1 total)
  • The topic ‘This conditions work with multise?’ is closed to new replies.