get_avatar_url

Advertisement

Summery Summery

Filters the avatar URL.

Syntax Syntax

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

Parameters Parameters

$url

The URL of the avatar.

$id_or_email

The Gravatar to retrieve. Accepts a user ID, Gravatar MD5 hash, user email, WP_User object, WP_Post object, or WP_Comment object.

$args

Arguments passed to get_avatar_data(), after processing.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.2.0 Introduced.

Advertisement

Leave a Reply