Re: [Resolved] Clean up Profile
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 …