@loki_mdog
Not recently active
-
bp-help replied to the topic Stopping auto links in the forum How-to & Troubleshooting 11 years, 3 months ago
@loki_mdog
Have you tried this slight variation?
function remove_xprofile_links() {
remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
}
add_action( 'init', 'remove_xprofile_links' );