Managed to crawl through the core code and find this function:
bp_core_remove_subnav_item
So you can do something like this:
function remove_group_options() {
global $bp;
bp_core_remove_subnav_item($bp->groups->slug, 'members');
bp_core_remove_subnav_item($bp->groups->slug, 'send-invites');
}
add_action( 'bp_setup_nav', 'remove_group_options' );
Related Posts:
- How to get a buddypress user profile link and a certain user profile field for the current post author?
- Ability to set character limit in BuddyPress?
- BuddyPress: hook to add new profile fields and groups
- Syncing BuddyPress and WordPress profile fields [closed]
- Buddypress Full documentation [closed]
- What problems can BuddyPress make? [closed]
- What’s the easiest way to change the default landing page for BuddyPress groups?
- Rename Buddypress Profile Tab
- How to re-enable admin bar with Buddypress active? (BP bar removed) [closed]
- How to ensure buddypress custome profile field is unique
- Show buddypress notification in the frontend [closed]
- BuddyPress Xprofile check if user can view field [closed]
- Posting Photos and Other Attachments in a BuddyPress Forum?
- Redirect after registration in BuddyPress [closed]
- changing the signup button url in WPMU/Buddypress
- Buddypress profile pictures sync across WordPress Multisite Network
- Exclude User from Activity Stream in BuddyPress?
- Conditional based on the User Role of the Current Profile the user is viewing – BuddyPress [closed]
- BuddyPress: What is the use of is_default_option field in wp_bp_xprofile_fields table? [closed]
- How do I find the bbpress forum ID for a forum in a buddypress group?
- How to make a Discussion Group ”Sticky” in BuddyPress [closed]
- Can’t Find BBPress data in Database
- Buddypress register.php user redirect [closed]
- How to get user id which is done by buddypress [closed]
- BuddyBoss (BuddyPress / bbPress) moderation filters not doing anything
- How to add a count in a custom tab in a Buddypress group
- Show activities of defined BuddyPress groups [closed]
- Add an extra field to BuddyPress activity form
- How to create a theme specific translation of buddypress? [closed]
- Remove post content from buddypress activity [closed]
- BuddyPress Toolbar
- Buddypress Registartion template [closed]
- Does BuddyPress Have An Action Hook for remove_user? [closed]
- how to remove mandatory required fields in buddypress registration [closed]
- How to auto-accept a friend-request in buddypress based on user meta
- Show Specific Buddypress Group Activity Stream in page template
- buddypress activity social share
- Buddypress dynamic profile field
- Is it possible to remove ‘group’ from slug for buddypress groups
- Wrong path when adding custom tab in BuddyPress [closed]
- Empty “Forums” page BuddyPress site wide forums – bbPress [closed]
- Add excerpt and post thumbnail to Buddypress blog directory page [closed]
- How to set up WordPress in the intranet?
- How can I display the total number of favorites for any particular buddypress activity stream post? [closed]
- Can I develop a social networking Site using WordPress and its Plugins? [closed]
- How to bring registration field to index page? [closed]
- Buddypress create custom tab on my profile and add on home page [closed]
- Integration of Cubepoints/Achievements
- BuddyPress/bbpress: There was an error when creating the topic
- Fire curl command everytime new user is created
- Save buddypress xprofile data to author meta
- How to get all logged in user id in buddypress [closed]
- bp_has_members with custom fields [closed]
- Pre-populate BuddyPress Member Profile Data in Gravity Forms [closed]
- conditional activity page for buddypress [closed]
- How to add an error or notification to an activity?
- BuddyPress user custom url structure , any one knows filter for bp_core_get_userlink [closed]
- Buddypress – Add activity scope [closed]
- Buddypress get data from wp_bp_groups_members table [closed]
- How to send a BuddyPress user a notification on a plugin event? [closed]
- How to: get_user_meta – BuddyPress [closed]
- Where do I edit the user profile with Buddypress? [closed]
- Change Buddypress Activity Stream Date format [closed]
- how to find the current page is isngle activity page in buddypress? [closed]
- Buddypress: remove forum tab in user profile page? [closed]
- Noob Question – Buddypress Dynamic content on static page
- How do you remove the buddypress group avatar from the activity stream post? [closed]
- Using wp-postratings to rate user on profile pages [closed]
- How to remove ( 0, 0 ) from forum page in bbpress [closed]
- Buddypress Group creation step reordering [closed]
- How to make the BuddyBar fix and scroll with the page
- BuddyPress redirecting to home page on login [closed]
- Buddypress integration with wordpress
- Random 404 errors using Buddypress
- Set default landing page for buddypress member profile
- How to filter members by xprofile field via BuddyPress REST API
- bp_core_new_subnav_item shows new group tab but returns 404 when the tab runs. Works on another page
- Code correction – Hide a profile from visitors with a specific role
- Buddypress profile link on author blogroll page
- permalink for group type
- How to display profile fields with no data in BuddyPress profile view? [closed]
- Send a specific email in HTML and the rest in plain text
- Serve WordPress in root path of Apache
- How to add username in toolbar link?
- Buddypress registration page hangs [closed]
- How to update avatar in buddypress programmatically? [closed]
- How to: When a bp Group created, automatically create a wp category [closed]
- Certain BuddyPress Member Profile Data Getting Hyperlinked [closed]
- Buddypress Adding a Nav item and Calling Custom Fields [closed]
- I used the Buddypress Message Compose to send a site wide email to all members wasnt sent tho [closed]
- Allowing users to add HTML to BP Groups Description how can I error check html of users? [closed]
- buddypress edit profile [closed]
- WordPress/BuddyPress plugin to allow users to create members-only posts [closed]
- BuddyPress Component Slug 404 [closed]
- Weird google bot crawl problem
- Add Sub Nav Menu Item to Buddy Press Menu [closed]
- Target “admins” with different styles on the front end [closed]
- Is There A List Of What Buddypress Template Files Go Where And What They’re To Be Renamed?
- How to disable buddypress top mini adminbar [closed]
- Remove user from group after X days buddypress