get_avatar – filter
Filters the HTML for a user’s avatar.
Parameters
- .
- ( 2.5.0 ) . .
- The
- ( 4.2.0 ) `$args` parameter was added. . . .
- $avatar
- ( string ) HTML for the user’s avatar. . . .
- ( mixed ) $id_or_email The avatar to retrieve. Accepts a user_id, Gravatar MD5 hash, user email, WP_User object, WP_Post object, or WP_Comment object. . . .
- ( int ) $size Square avatar width and height in pixels to retrieve. . . .
- $default
- ( string ) URL for the default image or a default type. Accepts ‘404’, ‘retro’, ‘monsterid’, ‘wavatar’, ‘indenticon’, ‘mystery’, ‘mm’, ‘mysteryman’, ‘blank’, or ‘gravatar_default’. . . .
- $alt
- ( string ) Alternative text to use in the avatar image tag. . . .
- ( array ) $args Arguments passed to get_avatar_data(), after processing. . . .