Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Remove Automatic Links in Profile


David Bisset
Participant

@dimensionmedia

Think I got it. Try using this instead in your functions.php file:

remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 50 );

Somewhere along the line new filters were added to bp-xprofile-filters.php.

Skip to toolbar