Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // remove nav forums and coures
- function bb_remove_extra_tab() {
- global $bp;
- bp_core_remove_nav_item( 'forums' );
- bp_core_remove_nav_item( 'courses' );
- }
- add_action( 'bp_setup_nav', 'bb_remove_extra_tab', 999 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement