Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,529
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,784
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
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');
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS