@etavio
	Active 9 years, 2 months ago
	
	- 
	
	Henry Wright replied to the topic Avatars reset to default when activating BuddyPress in the forum How-to & Troubleshooting 9 years, 6 months ago Hi @etavio Your custom plugin is most likely filtering get_avatarto display your custom images. BuddyPress actually bypasses that filter through the use ofbp_core_fetch_avatar().Ref: https://github.com/buddypress/BuddyPress/blob/master/src/bp-core/bp-core-avatars.php#L192 You will need to use a different filter.