get_avatar_url WordPress Filter Hook

The get_avatar_url WordPress hook is used to get the URL for an avatar for a user. This can be used to get the URL for an avatar for a user that is not the current user.

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.


Top ↑

Source

File: wp-includes/link-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More