Multisite Network Admins only mode
-
If you want to allow configuration only by super admin (network admin) in a multisite configuration need to modify 1 line.
Change File wp-cfm.php line 111 to:
if ( is_super_admin() ) { add_options_page( 'WP-CFM', 'WP-CFM', 'manage_options', 'wpcfm', array( $this, 'settings_page' ) ); }
This will remove the settings menu from non-network admins.
- The topic ‘Multisite Network Admins only mode’ is closed to new replies.