This filter can be used for changing the size of the avatars.
Changelog
Since 7.0.0 version
Parameters
$size (type: int) – the size of the avatar
Usage
add_filter("wpdiscuz_gravatar_size", function ($size) { return 16; });
This filter can be used for changing the size of the avatars.
Since 7.0.0 version
$size (type: int) – the size of the avatar
add_filter("wpdiscuz_gravatar_size", function ($size) { return 16; });