IT Nursery
I’m trying to upload a custom Gravatar to WordPress, however something is breaking the image link and I’m not sure how to fix it. add_filter( 'avatar_defaults', 'new_default_avatar' ); function...
  • May 2, 2022
  • 0 Comments
IT Nursery
I’ve added functionality to upload profile picture by following THIS guide. I can’t find an online guide or any documentation about WP hooks.. How to replace Gravatar profile pictures...
  • May 2, 2022
  • 0 Comments