get_avatar_data()

get_avatar_data( mixed $id_or_email, array $args = null…

get_avatar_data( mixed $id_or_email, array $args = null )

检索有关化身的默认数据。
Retrieves default data about the avatar.

目录锚点:#参数#返回#源码


参数(Parameters)

参数 类型 必填 说明
$id_or_email (mixed) 必需 要取回的坟墓。接受用户ID、Gravatar MD5哈希、用户电子邮件、WP_user object、WP_Post object或WP_Comment object。
$args (array) 可选 要返回的参数,而不是默认参数大小’(int)化身图像文件的高度和宽度(以像素为单位)。默认值96。
‘height'(int) Display height of the avatar in pixels. Defaults to $size. ‘width’(int) Display width of the avatar in pixels. Defaults to $size. 可选 “force_default”(bool)是否总是显示默认图像,而不是Gravatar。默认为false。
‘rating'(string) What rating to display avatars up to. Accepts ‘G’, ‘PG’, ‘R’, ‘X’, and are judged in that order. Default is the value of the ‘avatar_rating’ option. ‘scheme’(string) URL scheme to use. See set_url_scheme() for accepted values. 可选 “extra_attr”(字符串)要插入IMG元素的HTML属性。没有消毒。默认为空。

返回(Return)

(array)与$args中传递的参数一起,这将包含两个额外的参数如果我们能够为这个用户找到一个虚拟形象,那么found_avatar’(array)为True;如果找不到,那么found_avatar’(array)为false或not set。


源码(Source)


更新版本 源码位置 使用 被使用
4.2.0 wp-includes/link-template.php:4085 3 16
类别:WordPress 函数手册

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册