The WPHazie plugin is compatible with WordPress multi-site installations.
When using this plugin on a multi-site network, you have the option to either allow individual blog administrators to customize their own admin panels or to globally customize the admin panels for all blogs in the network as the network super administrator.
By default, global customization is enabled in the plugin. If you want to allow individual blog administrators to customize their own admin panels, you can remove or comment out certain lines of code in the `/wphazie/wphazie.php file`.
if(is_multisite()) define('NETWORK_ADMIN_CONTROL', true);