How to detect if a user ($user) is Super Moderator?

Status
This content is read-only, or is not open for further replies.

Scandal

Guest
offline
Well, for admin we have $user->is_admin
For super admin we have $user->is_super_admin
There is also the general $user->is_moderator

Is there any similar way to determine if a $user is Super Moderator? :)
Or any suggestion how to detect it with no extra queries?

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom