Delete export data

Home Forums Legacy Support Support queries Other issues Delete export data

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #189575
    dramalanguage
    Spectator
    Hi wplms I updated the theme and I got an export data. export data is located in settings. Export data is unnecessary. How can I hide export data? https://prnt.sc/lwugry
    #189803
    Anshuman Sahu
    Keymaster
    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   function remove_export_data_bp() {        bp_core_remove_subnav_item( 'settings', 'data' ); } add_action( 'bp_actions', 'remove_export_data_bp',99 );
    #189868
    dramalanguage
    Spectator
    export_data is no longer visible. Thank you. This problem is solved.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Delete export data’ is closed to new replies.