This filter can be used to manage the count of avatars that should be cached each time.
Parameters
$limit (type: int) – the limit of the cached avatars
Usage
add_filter("wpdiscuz_gravatars_cache_limit", function ($limit) {
return 15;
});
Changelog
Since 47.0.0 version
