@etavio
Active 8 years, 3 months ago
-
Henry Wright replied to the topic Avatars reset to default when activating BuddyPress in the forum How-to & Troubleshooting 8 years, 7 months ago
Hi @etavio
Your custom plugin is most likely filtering
get_avatar
to 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.