How to override get_avatar() function?
I need for a specific plugin to override the wordpress function get_avatar()
to bind the profile image to an other image with some condition.
How can I do this ? Is there a specific hook or filter to do this ?