Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Remove Automatic Links in Profile


Boone Gorges
Keymaster

@boonebgorges

Hi henrybaum. The filter you’re looking for is xprofile_filter_link_profile_data() in bp-xprofile/bp-xprofile-filters.php. Try adding (to a plugin, to your theme’s functions.php file, or to your bp-custom.php file)

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

Skip to toolbar