not show tab menu user profile page

Home Forums Legacy Support Support queries Styling issues not show tab menu user profile page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10779
    deadelfujiama
    Spectator
    Hello, I would remove the menu item "Activities" on the profile page of the user. How can I do this? Thank you
    #10969
    Anshuman Sahu
    Keymaster
    Add the given code in your wplms-customizer.php file in wplms customizer plugin : function bp_remove_nav_tabs() { global $bp; bp_core_remove_nav_item( 'activity' );   }   add_action( 'bp_setup_nav', 'bp_remove_nav_tabs', 15 );
    #11009
    deadelfujiama
    Spectator
    thanks, it works
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘not show tab menu user profile page’ is closed to new replies.