Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing the links automatically created in a member’s profile

  • @rockydude

    Participant

    Hello,

    I found this code but can not get it to work

    BP 1.5 +

    
    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' );

    This does not work on the current BP, there is no bp-custom.php, can someone tell me what to do?

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • @modemlooper

    Moderator

    @rockydude

    Participant

    i activated this plugin and it did not work for me,

    i also tried creating the bp-custom.php in the plugin folder and that did not work as well….

    i am using Version 1.9.1 bp

    @buddyboss

    Participant

    I just tested “bp-remove-profile-links” as posted by modemlooper, and it works for me on BP 1.9.1. Maybe a plugin conflict?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing the links automatically created in a member’s profile’ is closed to new replies.
Skip to toolbar