This filter can be used for changing the URLs of the avatars for the trackback/pingback comments.
Parameters
$url (type: string) – the URL of the avatars for the trackback/pingback comments
Usage
add_filter("wpdiscuz_avatar_trackback", function ($url) {
return "URL_FOR_TRACKBACK_AVATAR";
});
Changelog
Since 7.0.0 version
