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