pre_get_avatar_data

最后更新于:2021-11-27 18:47:47

apply_filters( ‘pre_get_avatar_data’, array $args, mixed $id_or_email )

Filters whether to retrieve the avatar URL early.

参数

$args

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

$id_or_email

(mixed)
The Gravatar to retrieve. Accepts a user ID, Gravatar MD5 hash, user email, GC_User object, GC_Post object, or GC_Comment object.

源文件

文件: gc-includes/link-template.php

View on Trac