I wish to remove the sub menus of post/link/media under the add new menu in the admin bar. I can remove the entire menu but I actually only want to remove the sub menu’s
$wp_admin_bar->remove_menu('my-account-with-avatar');
I wish to remove the sub menus of post/link/media under the add new menu in the admin bar. I can remove the entire menu but I actually only want to remove the sub menu’s
$wp_admin_bar->remove_menu('my-account-with-avatar');
You must be logged in to post a comment.
See the Admin Bar remove_node function: