Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Profile full of links to ‘members’ for some reason

Nothing else you need to do? Just the following code in bp-custom.php which is placed in plugins folder?

`<?php
remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 50 );
?>`

Should this prevent existing autolinks in profiles?

Skip to toolbar