Skip to content

Instantly share code, notes, and snippets.

@wbcomdev
Created August 11, 2023 09:44
Show Gist options
  • Select an option

  • Save wbcomdev/eb73e35504805e39e4336144ee387d5e to your computer and use it in GitHub Desktop.

Select an option

Save wbcomdev/eb73e35504805e39e4336144ee387d5e to your computer and use it in GitHub Desktop.
<?php
/* Wbcom Designs - Use Gravatar */
add_filter('pre_get_avatar_data', function($args, $id_or_email){
unset($args['url']);
return $args;
},99,2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment