-
E replied to the question words in profile text box are being made into hyperlinks in the forum BuddyBoss 3.0 11 years ago
@clara-jackson I went through the same learning process just a few months ago. I discovered that those automatic hyperlinks on Member Profile pages are a default behavior of BuddyPress unfortunately.
The following code worked for me:
function remove_xprofile_links() {
[Read more]
remove_filter( 'bp_get_the_profile_field_value',…