bp 1.5 bb-custom.php to remove profile links doesn’t work anymore
- 
		hello  I had this working before, copied from buddypress codex, after update to 1.5 it doesn’t work, that was the code: I had this working before, copied from buddypress codex, after update to 1.5 it doesn’t work, that was the code:
 ‘<?phpfunction remove_xprofile_links() { 
 remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 50, 2 );
 }
 add_action( ‘plugins_loaded’, ‘remove_xprofile_links’ );?>’ now the links appear all over the profile again, any solution?  
 or there is a better way presented in 1.5 to accomplish this that I’m not aware of?
Viewing 5 replies - 1 through 5 (of 5 total)
	
Viewing 5 replies - 1 through 5 (of 5 total)
	
- The topic ‘bp 1.5 bb-custom.php to remove profile links doesn’t work anymore’ is closed to new replies.