WPMU plugin upgrade permission to other admins

Currently the WPMU plugins show auto update option to 1 admin(the user who created the network)

Is there any way to provide this previlege to other super admins?

  • Brian Purkiss
    • Smushie Pies

    Yes it is possible. To enable a different user, or want to enable multiple users, you can simply put this in your wp-config.php file:

    Place the following code just above the following line:

    /* That’s all, stop editing! Happy blogging. */

    define(‘WPMUDEV_LIMIT_TO_USER’, ’1, 10?);

    Comma separate user IDs.

    If you have any other questions please don’t hesitate to ask. We’re happy to help!