Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to make “about me” kinda profile field?


takuya
Participant

@takuya

there’s minor function chage I figured. Use the following.

function my_no_links(){

remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 2, 2 );

add_filter( 'bp_get_the_profile_field_value','my_no_links_filter', 2, 3 );

}

add_action('plugins_loaded', 'my_no_links');

Skip to toolbar