Skip to:
Content
Pages
Categories
Search
Top
Bottom

Export data

Viewing 1 replies (of 1 total)

  • ppp12345
    Participant

    @ppp12345

    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