Code-Snippets-Functions/Execute a function on a child site/wpDiscuz/change-gravatars_cache_limit.txt

3 lines
84 B
Text

add_filter("wpdiscuz_gravatars_cache_limit", function ($limit) {
return 15;
});