Thank you for this great plugin!
How can we hide the custom secondary menu from everyone except for admin?
Thank you for this great plugin!
How can we hide the custom secondary menu from everyone except for admin?
Solved!
Add
if ( !is_super_admin() || !is_admin_bar_showing() )
return;
in toolbar_menu.php line 146 right after global $wp_admin_bar;
Hi! You are welcome :)
Haven't seen support forum here :D
Let me know if you need any further assistance.
Hi
Have tested your plugin but it has some strange behaviour. When I'm in admin section I still get the original site link, wordpress logo (I have them unmarked in settings) etc but they dissapear when I move to blog. I have latest WP version 3.4. How can we get this issue to be fixed?
Hi, i answered in the http://wordpress.org/support/topic/plugin-toolbar-menu-cant-remove-site-likn?replies=2 thread.
This topic has been closed to new replies.