Problem with superadmin
-
For super admins we just have an autocomplete function.
So we need to add this to the init condition: !is_super_admin()~ line 145 add-user-autocomplete.php
function aua_init() { if ( is_admin() && !is_super_admin() ) { $add_user_autocomplete = new Add_User_Autocomplete; } }
this works for me.
- The topic ‘Problem with superadmin’ is closed to new replies.