Filters the avatar data.
$argsarray$id_or_emailmixedwp-includes/link-template.php:4496get_avatar_data()wp-includes/link-template.php:4531get_avatar_data()wp-includes/link-template.php:4633get_avatar_data() * @since 4.2.0 * * @param array $args Arguments passed to get_avatar_data(), after processing. * @param mixed $id_or_email The avatar to retrieve. Accepts a user ID, Gravatar SHA-256 or MD5 hash, * user email, WP_User object, WP_Post object, or WP_Comment object. */ return apply_filters( 'get_avatar_data', $args, $id_or_email );} /** * Retrieves the URL of a file in the theme. * * Searches in the stylesheet directory before the template directory so themesIntroduced in 4.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.