pre_get_avatar_data

Advertisement

Summery Summery

Filters whether to retrieve the avatar URL early.

Syntax Syntax

apply_filters( 'pre_get_avatar_data', array $args, mixed $id_or_email )

Description Description

Passing a non-null value in the ‘url’ member of the return array will effectively short circuit get_avatar_data(), passing the value through the ‘get_avatar_data’ filter and returning early.

Parameters Parameters

$args

Arguments passed to get_avatar_data(), after processing.

$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.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.2.0 Introduced.

Advertisement

Leave a Reply