User Roles in multisite – odd behavior
Nikolay Can’t comment on my own question, so I guess that giving a loose answer is the best and only way to get back to you. How I’m getting the roles: $user = get_user_by(‘login’, ‘newuser’); $user_meta = get_userdata($user->ID); $user_roles = $user_meta->roles; I do not use any plugin. Fresh WP multisite. I also tried a small … Read more