Used By
Used By | Description |
---|---|
wp-includes/pluggable.php: get_avatar() | Retrieve the avatar |
Filters the HTML for a user’s avatar.
(string) HTML for the user's avatar.
(mixed) The avatar to retrieve. Accepts a user_id, Gravatar MD5 hash, user email, WP_User object, WP_Post object, or WP_Comment object.
(int) Square avatar width and height in pixels to retrieve.
(string) URL for the default image or a default type. Accepts '404', 'retro', 'monsterid', 'wavatar', 'indenticon', 'mystery', 'mm', 'mysteryman', 'blank', or 'gravatar_default'. Default is the value of the 'avatar_default' option, with a fallback of 'mystery'.
(string) Alternative text to use in the avatar image tag. Default empty.
(array) Arguments passed to get_avatar_data(), after processing.
Version | Description |
---|---|
4.2.0 | The $args parameter was added. |
2.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_avatar