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?
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?