remove Export data settings

Home Forums Legacy Support 4.0 Bugs & Issues remove Export data settings

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #300297
    amajzoub
    Participant
    Hello, How we can remove Export data settings from setting profile for all role
    #300363
    Diana
    Participant
    Add this code in wp-admin > Plugins > editor > select wplms customiser plugin > wplms-customizer.php
    
    add_filter( 'bp_settings_show_user_data_page', '__return_false' );
    
    #300417
    amajzoub
    Participant
    I saw this steps in another post but there is no wplms-customizer.php in wplms 4 versions
    #300700
    Diana
    Participant
    But I am also on version 4, and not able to see this tab of "Export data" http://prntscr.com/ubbjtf
    #300776
    MrVibe
    Keymaster
    .vibebp-component-settings .portal:last-child { display: none; }
    #300777
    MrVibe
    Keymaster
    add above in customizer - custom css
    #301204
    amajzoub
    Participant
    Thanks, its work
    #301279
    Veronica
    Moderator
    thanks to confirming closing this one
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘remove Export data settings’ is closed to new replies.