Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: [Resolved] Clean up Profile


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 …

Skip to toolbar