Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: What is the best way to add new items to the admin bar?


Burt Adsit
Participant

@burtadsit

https://buddypress.org/forums/topic.php?id=1314 start there. Look at the code for bp-core-adminbar.php

Create a function that is your new top level item and submenus. Use add_action() to hook up the new function/menu item.

Skip to toolbar