How to overwrite buddypress avatar and use Auth0 profile image?

Login by auth0 plugin allow us overwrited wordpress default avatar.

'add_filter( ‘get_avatar’, ‘wp_auth0_filter_get_avatar’, 1, 5 );

However it does not works with buddypress plugin, any advice and suggestions will be greatly appreciated :grinning:

Hey @phoenix and welcome to the Auth0 Community!

Our plugin uses core WordPress authentication so it should work without any issues with Buddypress. Are you seeing any errors in console/logs? Thanks in advance!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.