@karabre1980
7 years, 2 months ago
Hello, I have created the bp-custom.php inside the wp-content/plugins and put inside the code
<?php function remove_xprofile_links() { remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 ); } add_action( ‘bp_init’, ‘remove_xprofile_links’ );
?>
but still the email works like a url link. Did I do something wrong…
Where must I create this file??? In which place in WP???