[WPMU DEV Dashboard] I cannot see the plugin in the plugin list, but the files do exist

Hi, it just occured to me that the plugin doesn’t appear in the plugin list or menu in the WP dashboard. I do see it in Kinsta’s plugin list. When I try to navigate to it manually it says I am not authorised to view the page. I am running the latest version. How can I fix this please? Thank you.

  • Kasia Swiderska
    • Support nomad

    Hello Rutger ,

    WPMU DEV Dashboard is only visible for the admin user that activated it. So you would need to switch to another admin account that activated the plugin.

    Another way is to add this line to wp-config.php

    define( 'WPMUDEV_LIMIT_TO_USER', '10,1' );

    and replace 10,1 with IDs of your admin users who should have access to the WPMU DEV Dash plugin.

    kind regards,
    Kasia