cancel_comment_reply_link()

cancel_comment_reply_link( string $text = '' )

显示取消评论回复链接的HTML内容。
Displays HTML content for cancel comment reply link.
目录锚点:#参数#返回#源码#笔记

参数(Parameters)

参数类型必填说明
$text (string) 可选 取消回复链接显示的文本。

返回(Return)

无返回值

源码(Source)

更新版本 源码位置 使用 被使用
2.7.0 wp-includes/comment-template.php:1890 1 function 1 function

笔记(Notes)

基本示例