Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to Hide Export Data in user profile settings

Viewing 1 replies (of 1 total)

  • Venutius
    Moderator

    @venutius

    By the looks of things you can try the following:

    add_filter( 'bp_settings_show_user_data_page', 'venutius_remove_data_page' );
    
    function venutius_remove_data_page($filter) {
        return false;
    }

    You could put this in your functions.php or bp-custom.php

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