Created
August 11, 2023 09:44
-
-
Save wbcomdev/eb73e35504805e39e4336144ee387d5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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