Tagged Questions
2
votes
2answers
625 views
How to filter get_avatar?
I want to use local avatar system for my wp website , I want to filter the get_avatar() function so it will return the avatar from my server instead of the default gavatar .
I have the following code ...
2
votes
2answers
162 views
remove_filter( 'comment_author', 'floated_admin_avatar' ); doesn’t work
In a small plugin I’ve written to add an IP address column to the comments list I want to remove the avatars.
In line 156 I tried to use remove_filter:
remove_filter( 'comment_author', ...