Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: text in User-Profile: some words are linked, others are not ?

<?php
function remove_xprofile_links() {
remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2, 2 );
}
add_action( ‘plugins_loaded’, ‘remove_xprofile_links’ );
?>

Thats work, but now members can’t edit profile.

Skip to toolbar