Archived topic
Disable Comments Gravator
4 replies · Started by Sanu Kumar on December 23, 2021
Viewing posts 1–5 of 5
How can I disable gravator in the comments section without using plugin.
Hi there,
try adding this PHP Snippet:
add_filter( 'generate_comment_avatar_size', function() {
return 0;
} );
Could you raise a new topic for that - so this one can be resolved.
okay!!
This archived topic is closed to new replies.
