get_comment_author_url_link()

get_comment_author_url_link( string $linktext = ”, stri…

get_comment_author_url_link( string $linktext = , string $before = , string $after = , int|WP_Comment $comment )

检索当前注释作者的URL的HTML链接。
Retrieves the HTML link of the URL of the author of the current comment.

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


说明(Description)

$linktext参数仅在注释作者的URL不存在时使用。如果URL确实存在,则将使用该URL并忽略$linktext。

封装$before和$after之间的HTML链接。所以它将按$before、link和finally$after的顺序出现。


参数(Parameters)

参数 类型 必填 说明
$linktext (string) 可选 要显示的文本,而不是评论作者的电子邮件地址。
$before (string) 可选 要在电子邮件链接之前显示的文本或HTML。
$after (string) 可选 要在电子邮件链接后显示的文本或HTML。
$comment (int | WP_Comment) 可选 注释ID或WP_Comment对象。默认为当前注释。

返回(Return)

(string)参数$before和$after之间的HTML链接。


源码(Source)


更新版本 源码位置 使用 被使用
4.6.0 wp-includes/comment-template.php:377 1 function 3
类别:WordPress 函数手册

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

评论 (0)COMMENT

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