Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,018
- How-to & Troubleshooting
- 129,651
- Creating & Extending
- 25,796
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,794
- Showcase
- 3,316
- Ideas
- 1,383
- Miscellaneous
- 9,180
-
There’s also a function you could probably use via a hook:
bp_core_remove_nav_item($name)
Replace $name with the name of the nav item you want removed.