Created
July 18, 2021 15:54
-
-
Save henshaw/dbb966bbc916a5c4e2426f5367cfe0a8 to your computer and use it in GitHub Desktop.
Add ALT attribute with author name to Gravatar image in WordPress – Copy to functions.php
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Used in conjunction with
get_avatarwhen displaying an author's image on WordPress<?php echo get_avatar( get_the_author_meta( 'ID' ), 120); ?>