@hieronymusdesign
Active 3 months, 3 weeks ago
-
jeroenvip started the topic Add links to specific profile fields in the forum How-to & Troubleshooting 11 years, 5 months ago
Hi all,
First of all thank you for reading this. I know that buddypress add search links to specific words in profile fields. We don’t want that and used
<?php
[Read more]
/* remove all profile links */
function remove_xprofile_links() {
remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
}
add_action( 'bp_init',…