Title: Missing &#8220;Add User&#8221; Button on Multisite
Last modified: February 19, 2021

---

# Missing “Add User” Button on Multisite

 *  Resolved [mrkknnthcrz](https://wordpress.org/support/users/mrkknnthcrz/)
 * (@mrkknnthcrz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/missing-dd-user-button/)
 * On Multisite Website, The “Add User” button is missing [https://prnt.sc/100w4r5]
 * The button will show if I disable the plugin.
 * I Believe this is because of the styling of the plugin.
 * Please check. Thanks
    -  This topic was modified 5 years, 3 months ago by [mrkknnthcrz](https://wordpress.org/support/users/mrkknnthcrz/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmissing-dd-user-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * (@hwk-fr)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/missing-dd-user-button/#post-14075869)
 * Hello,
 * Thanks for the feedback! You’re right, this bug has been reported and will be
   fixed in the upcoming patch. The next update takes a little bit longer as expected,
   because it’s quite ambitious and has many new features. I’m working full time
   on it in order to release it as soon as possible. Just a little more patience,
   we’re not too far away from release!
 * In the meantime, here is a code to disable the [Enhanced UI Module](https://www.acf-extended.com/features/wordpress/enhanced-ui)
   only on “Multisite: New User” screen, so you can still enjoy it on other screens(
   Terms, User Edit, WP Settings…):
 *     ```
       add_action('acf/init', 'my_acfe_disable_enhanced_ui_multisite');
       function my_acfe_disable_enhanced_ui_multisite(){
   
           global $pagenow;
   
           // Disable Enhanced UI on Multisite New User Screen only
           if($pagenow === 'user-new.php' && is_multisite()){
   
               acf_update_setting('acfe/modules/ui', false);
   
           }
   
       }
       ```
   
 * Sorry for the inconvenience.
 * Regards.
 *  Thread Starter [mrkknnthcrz](https://wordpress.org/support/users/mrkknnthcrz/)
 * (@mrkknnthcrz)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/missing-dd-user-button/#post-14089724)
 * Thank you, it solved temporarily. Will wait for the next update.
    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing “Add User” Button on Multisite’ is closed to new replies.

 * ![](https://ps.w.org/acf-extended/assets/icon-256x256.png?rev=2071550)
 * [Advanced Custom Fields: Extended](https://wordpress.org/plugins/acf-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-extended/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * 2 replies
 * 2 participants
 * Last reply from: [mrkknnthcrz](https://wordpress.org/support/users/mrkknnthcrz/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/missing-dd-user-button/#post-14089724)
 * Status: resolved