Title: Problem with superadmin
Last modified: August 21, 2016

---

# Problem with superadmin

 *  [Joachim](https://wordpress.org/support/users/joesy/)
 * (@joesy)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/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.
 * [http://wordpress.org/plugins/add-user-autocomplete/](http://wordpress.org/plugins/add-user-autocomplete/)

The topic ‘Problem with superadmin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/add-user-autocomplete.svg)
 * [Add User Autocomplete](https://wordpress.org/plugins/add-user-autocomplete/)
 * [Support Threads](https://wordpress.org/support/plugin/add-user-autocomplete/)
 * [Active Topics](https://wordpress.org/support/plugin/add-user-autocomplete/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-user-autocomplete/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-user-autocomplete/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Joachim](https://wordpress.org/support/users/joesy/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/problem-with-superadmin/)
 * Status: not resolved