Yes, and no!
The way users work in a multisite scenario is that there is a single pool of users, who are then associated with blogs.
So, logged in status is common across all the blogs, but you can use is_blog_user($blog_id)
to determine whether the current logged in user is a member of that blog. An example:
if (is_user_logged_in()) {
if (is_blog_user(4)) echo "Current user is a member of blog 4";
}
Related Posts:
- Good way to block users within a multisite setup without deleting them?
- Restrict users of site 1 to login in site 2 in wordpress multisite
- Multisite – site user limited only for this site
- WordPress automatic Login on other page?
- WordPress Multisite restict user access
- How To Add Custom Form Fields To The User Profile Page?
- Why are my roles not visible in a Multi-site/Network?
- How to use same email for multiple users
- Where can I find documentation on what characters are allowed in user names and why?
- WordPress Multisite allow site admin to add user without email confirmation
- wordpress multisite, how to keep user on subdomain throughout registration process?
- Network not displaying all sites and users
- WordPress Multisite – When a user signs-up on main site, how to add the user to a subsite
- How to use alias domain for multisite installation?
- Give to site admin the option to “skip confirmation email” when adding new user
- Different back-end colour scheme for the different sites of a multisite
- Set up collaborative site
- Unable to login to new custom domain on multisite?
- share login/logout sessions across two installs?
- How does WordPress connect sites and the wp_users table?
- How to Login Once to an Entire WP Multisite Network
- Prevent user creating new users with specific roles
- WordPress Multisite – Load users using custom query
- Copy user role on multisite so the user can access subsites with same role
- Multisite Login problem
- How To Disable Add new users On Subsites In Multisite?
- How can I append blog_id to … echo [functions-defined-constant]?
- Secondary Menu and Logged In Users
- Https and Http Login Issue on WordPress Multisite
- Different Domains in Multisite Setup
- Wait ajax to complete before continue loop
- Delete user from multisite when removed from subsite
- Combining user database tables while keeping all other data in seperate for multiple sites?
- How to fix that new users show up again in subsite of a Multisite?
- How to delete user from MU site when the user is removed from their site?
- WordPress Multisite Add User
- Multisite infinite redirect loop
- Sharing users across multiple sites, each on their own database
- Customize or avoid new admin email address notification
- Disable site visiting and user logins excepting for a specific user
- How to share User Database between Two Multisite Installations + More
- Using Same User Database on Subdomain
- How to get the blogs owned by a user?
- loginout function customization
- How to redirect user after session timeout
- Infamous admin login redirect
- Show errormessages on wrong username/password on custom loginform?
- Is there something I need to know in order to use WordPress on foreign (Swedish) TLDs?
- can’t create user without email for an author after converting single site to multisite
- “My Sites” incorrectly showing all network sites for all logged in users
- Unable to execute Ajax request, status code 400
- How to display custom logo on WordPress login page
- How to use the same users table on multiple wordpress sites
- Easily adding multiple existing users to a multisite site
- Moving from a non WordPress site to a WordPress Site – Login between both sites
- Possible to have duplicate usernames on different two multisites
- Multisite – each site with it’s own set of users
- Modify new user email notification in network admin screen wp multisite
- WordPress Multisite: Login to all subsites at once
- is_user_logged_in() not working in homepage
- Users getting linked unwanted to main mu in WordPress multisite (WPMU)
- Unable to sign in to network after moveing address but able to login into child sites
- User not staying logged into one of sub sites in multisite after SSL
- Can’t activate a user on multisite install
- Single sign on to sub-sites in Multisite Network
- Importing Posts into New Website with Same User ID’s
- how to make a cronjob run, when user needs to be logged in
- A different role for each site in a multisite
- WordPress Network with SSL for multiple domains
- Why does this multisite redirection loop vanish when I add “www.”?
- One login for 3 WordPress installations with combined user table doesn’t work
- Is Multisite the RIGHT option for my case?
- Should I use MultiSite for a subdomain based wp site?
- Multisite “Skip Confirmation Email” Log Out Problem
- Get current user outside of WordPress Multisite
- How to create child/sub user under parent user
- How create a multisite setup with “phantom” accounts and passwords?
- Multisite: Redirect Subsite Administrator to Subsite Home Page, Bypassing Dashboard
- Admin user getting redirected to /wp-admin/user
- How to login a user with wp_set_auth_cookie on a specific blog within a multisite environment
- WordPress MU users – how are they organized?
- Is there any way to give all users access to one blog in a multisite network without using a plugin?
- Is it possible to create a login for restricted visibility?
- How do I combine wp_redirect and add_filter?
- Some Subdomains on a Multisite Install Not Found
- Redirect authors from upload.php url to Home page in Multisite
- WordPress multi user registration sites
- Common login for websites belonging in different networks
- Using a number for limiting registering or banning on multisite
- Best Way to Setup a Network of WP Sites?
- Unsure of my options, Multi-blog?
- WordPress Multisite (Network) some site users added to main site users list as subscriber
- Error Message when logging into WordPress on Xampp
- Multisite Login Access Restrictions
- WordPress MU: Cookie error when trying to login on network WP instance
- Change a subsite Admin role of a WordPress Multisite after 24 hours registering
- How to use 2 different databases but share the same user in wordpress
- something in database is causing me to not be able to log into network admin of multisite
- Why am I getting the login screen in wp-admin->Appearance->Customize?
- Keep users logged in across multisite in wordpress (for various domains)