@itec3054
8 years ago
Hi all,
I’m running the latest version of Buddypress and I’m setting up a new site. When going to the users profile and going to the Activity tab, there are subtabs that show up (Personal, Mentions, Floowing, Favorites, etc…) How do I go about hiding these?
@henrywright
bp_core_remove_subnav_item() can be used to delete an item from the secondary navigation.
bp_core_remove_subnav_item()
For example:
bp_core_remove_subnav_item( BP_SETTINGS_SLUG, 'some-slug' );