Network Admin Only Multisite Access
-
To lockdown the plugin to a network admin only in a multisite install need to modify 1 line in 1 file:
File class-bwp-framework-v3.php line 1390 change to:
if ( is_super_admin() ) { $this->build_menus(); }It would be nice to make this a network admin setting (and possibly a network wide config screen). Since you are serializing your settings in the database its very difficult to pre-populate the settings for a multi-site install and lockdown the settings to only the superadmin/net admin (super admin is admin in single site install)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Network Admin Only Multisite Access’ is closed to new replies.