get_avatar_url()
get_avatar_url( mixed $id_or_email, array $args = null …
get_avatar_url( mixed $id_or_email, array $args = null )
检索化身URL。
Retrieves the avatar URL.
目录锚点:#返回#源码#笔记
返回(Return)
(string|false)成功时化身的URL,失败时为false。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.2.0 | wp-includes/link-template.php:4021 | 3 | 1 function |
笔记(Notes)
插入此代码以调用当前用户的化身。
size只接受一个整数,因为这个函数总是返回一个正方形图像。
您可以使用get_avatar_url从用户的avatar创建动态favicon,这在创建自定义用户配置文件时非常有用,
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!