Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Remove some Buddypress Nav */
- function remove_some_buddypress_nav(){
- bp_core_remove_nav_item( 'profile' );
- bp_core_remove_nav_item( 'playlist' );
- }
- add_action( 'bp_setup_nav', 'remove_some_buddypress_nav', 99 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement