Hi,
To disable admin bar isitewide in wordpress MU we need to modify the wp-config.php file. Modifications are as under:
From:
// Uncomment to disable the site admin bar
//define( ‘NOADMINBAR’, 1 );
To:
// Uncomment to disable the site admin bar
define( ‘NOADMINBAR’, 1 );
That’s it!
Thanks,
Shane G.
Popularity: 4%