Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

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).

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Category Privacy
  • Tested with WordPress 7.1
PHP
<?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.

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.