[Plugin: AG Custom Admin] Remove WordPress W dropdown in the admin menu
-
Howdy. Probably not the only one with this feature request, but I would really like to see the option to remove the wordpress logo dropdown in the new 3.3 admin bar.
Basically using this code:
function annointed_admin_bar_remove() {
global $wp_admin_bar;/* Remove their stuff */
$wp_admin_bar->remove_menu(‘wp-logo’);
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: AG Custom Admin] Remove WordPress W dropdown in the admin menu’ is closed to new replies.