elightup / elu-hide-admin-menu

Hide admin menu and admin bar items in WordPress admin area based on user role.
https://elightup.com
4 stars 0 forks source link

Not all pages/options available in multisite settings #1

Open matthiasmoier opened 5 years ago

matthiasmoier commented 5 years ago

While the plugin works great on single site installations, the multisite settings unfortunately do not show all available pages/options.

When on /wp-admin/network/admin.php?page=hide-admin-menu, admin settings pages which are added by other plugins or themes, are not shown in the overview and cannot be selected to be hidden.

The issue does not occur when I switch to a subsite and edit the ELU Hide Menu settings there.

We’re currently working on a multisite project where we need to activate a couple of plugins for all subsites. But we also need to control the available settings as we do not want to allow most of the users to change some of them.

I'm aware that the available plugins per subsite might differ and that not all edge cases can be covered. But imho the multisite settings of your plugin should tackle all network activated plugins (and themes) too.

How to reproduce:

matthiasmoier commented 5 years ago

Any update on this?