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
- Network not displaying all sites and users
- 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
- Unable to login to new custom domain on multisite?
- How does WordPress connect sites and the wp_users table?
- Hard Code Pages into a Theme for a Network (multisite) Installation
- Allowing logged in users to comment without moderation across a multisite installation
- Can you have multi-site WP and keep users separate?
- Multisite – Redirect All Users to Subsite Home Page on Subsite Login
- How to add multiple existing users to a multisite site?
- WordPress Multisite Login Access
- the blog owner multisite
- How can I get multisite primary blog (url or path) for current user?
- get_current_site() not returning site name
- Can I use multisite functions in a single-site installation?
- How to add edit users capability to a custom role?
- Subdomain login problems
- WordPress Multisite local: wp-login.php refreshes on login Chrome Browser
- ‘Remote Login’ with MultiSite Domain Mapping still forcing users to login to all blogs individually?
- How can I delete a user from entire multisite nework
- delete_user_meta : how to delete all the metadata of a given user (witout SQL)
- How to search users globally on a multisite install?
- Update User Role Across Network when Main Site User is Updated
- Fresh Multisite Install – Can’t Log In
- Assign role to user on first login, if they are first (after admin)
- Get the User ID Who Owns a Given Blog ID in Multisite
- Displaying a message upon user registration
- Auto Redirect after login
- Multisite – One user allowed access to all sites?
- Add a user to a specific blog when they register?
- How to fix blocked cookies error that doesn’t let me log into wp-admin?
- Subsite access without being a member of the subsite in wp multisite network
- Automatically login user across multisite
- How can you override the is_multisite check in wp-login.php for individual login/registration?
- WordPress stuck in deleting user
- How to write RewriteRule for login in multisite
- How to display users with posts published between two dates (Sorted by Post-Count) [Multisite]
- 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
- 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
- Sharing users across multiple sites, each on their own database
- Disable site visiting and user logins excepting for a specific user
- How to share User Database between Two Multisite Installations + More
- loginout function customization
- 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
- Easily adding multiple existing users to a multisite site
- 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
- 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
- Single sign on to sub-sites in Multisite Network
- Importing Posts into New Website with Same User ID’s
- 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 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 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
- WordPress multi user registration sites
- 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