Change WordPress user roles and capabilities Forums Bug Reports Multisite bug: Single site administrators cannot see another administrators Reply To: Multisite bug: Single site administrators cannot see another administrators

#4185
Vladimir
Keymaster

Hi,

It’s not a bug. It’s a feature to protect single site admins from each other.
If you don’t need such protection you can switch it off using custom filter ‘ure_supress_administrators_protection’. It takes a single parameter as FALSE default. Return TRUE from your custom function hooked to this filter and any single site admin will see other admins.