Viewing 1 replies (of 1 total)
  • For showing a menu item only when a user is logged in use:

    is_user_logged_in()

    for the opposite behavior (display only when not logged in) use:

    ! is_user_logged_in()

Viewing 1 replies (of 1 total)
  • The topic ‘Visibility for Signed in Users does not work’ is closed to new replies.