student tab

Home Forums Legacy Support Support queries Styling issues student tab

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #264114
    Raph
    Spectator
    student tab
    #264115
    Raph
    Spectator
    This reply has been marked as private.
    #264246
    Diana
    Participant
    This reply has been marked as private.
    #264535
    Raph
    Spectator
    This reply has been marked as private.
    #264557
    Jackson
    Blocked
    Hello, Well to hide tabs from user's profile you can add this code in your wplms-customizer.php file : function bp_remove_nav_tabs() { bp_core_remove_nav_item( 'activity'); bp_core_remove_nav_item( 'notifications'); bp_core_remove_nav_item( 'commissions'); } add_action( 'bp_setup_nav', 'bp_remove_nav_tabs',999 ); Thanks,
    #264898
    Raph
    Spectator
    This reply has been marked as private.
    #265002
    Diana
    Participant
    @yoyo, Closing
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘student tab’ is closed to new replies.