Multisite installation doesn't work for single site managers
-
The settings page for this plugin is on the network level, whereas on our multisite installation with 500+ sites, we would like it to be on site level, so site admins who only have access to their sites, not the whole network would then be able to use your plugin.
add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', array( $this, 'add_plugin_page' ) );We understand for _some_ multisite environments, the above method may be convenient, but we’re pretty sure we would not be alone in wanting per-site settings pages.
Thanks for your attention!
The topic ‘Multisite installation doesn't work for single site managers’ is closed to new replies.