Don’t load avatars from Gravatar
Turns avatars off, so visitors’ browsers don’t contact Gravatar (which would see their IP address and a code made from commenters’ emails).
<?php
// The same as unticking "Show Avatars" in Settings > Discussion.
add_filter( 'pre_option_show_avatars', '__return_zero' );
In these packs
- Privacy and GDPR: Keep less personal data and send less of it to other companies.