Skip to:
Content
Pages
Categories
Search
Top
Bottom

Export data

  • @lanvalencia

    Participant

    How do I delete or hide the export data from the profile on the web?

Viewing 1 replies (of 1 total)
  • @ppp12345

    Participant

    You’ll turn 100 before the “BP team” responds, try this snippet…

    add_filter( ‘bp_settings_show_user_data_page’, ‘my_remove_data_page’ );

    function my_remove_data_page($filter) {
    return false;
    }

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar