Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Clean up Profile

Viewing 3 replies - 1 through 3 (of 3 total)

  • LPH2005
    Participant

    @lph2005

    OK. Found thread to turn off autolinking in profile and it works great.

    `function remove_xprofile_links() {
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 50, 2 );
    }
    add_action( ‘plugins_loaded’, ‘remove_xprofile_links’ );`

    But now I need to get rid of that @ LPH …


    LPH2005
    Participant

    @lph2005

    Resolved.

    Removed in /child-theme/members/single/member-header.php

    `@ ?`


    Ehegwer
    Participant

    @ehegwer

    Yep, that works for me, too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] Clean up Profile’ is closed to new replies.
Skip to toolbar