apply_filters( 'get_avatar_url', string $url, mixed $id_or_email, array $args )

Filters the avatar URL.


Parameters

$url

(string) The URL of the avatar.

$id_or_email

(mixed) The Gravatar to retrieve. Accepts a user_id, gravatar md5 hash, user email, WP_User object, WP_Post object, or WP_Comment object.

$args

(array) Arguments passed to get_avatar_data(), after processing.


Source

File: wp-includes/link-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.2.0 Introduced.