Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: BuddyPress profile #87418
     thannah
    Participant

    This can be removed. I don’t have links in mine.

    COPY CODE
    function remove_xprofile_links() {
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );
    }
    add_action( ‘bp_init’, ‘remove_xprofile_links’ );

    It should be added to bp-custom.php

Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?