Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    Try this out in your functions.php file for your active theme.

    function nilay_bp_remove_nav_tabs() {
    	bp_core_remove_nav_item( 'achievements' );
    }
    add_action( 'bp_setup_nav', 'nilay_bp_remove_nav_tabs', 15 );
    Thread Starter nilay89

    (@nilay89)

    thanks it”s working

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can i remove "Achievements" link on nav menu in profile page?’ is closed to new replies.