Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to get rid of autolinking on profile fields


Greg
Participant

@rebootnow

Thanks Jeff.

So to sum up, I have the following line in “plugins/bp-custom.php”

remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 2 );

But the links still appear on my profile page. I can remove the links by commenting out line 15 in bp-xprofile-filters.php, but I’d love to get this right without the mod to a core file.

Skip to toolbar