Removing the links automatically created in a member’s profile
-
Hello,
I found this code but can not get it to work
BP 1.5 +
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' );
This does not work on the current BP, there is no bp-custom.php, can someone tell me what to do?
thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Removing the links automatically created in a member’s profile’ is closed to new replies.