cancel_comment_reply_link

函数
cancel_comment_reply_link ( $text = '' )
参数
  • (string) $text Optional. Text to display for cancel reply link. If empty, defaults to 'Click here to cancel reply'. Default empty.
    Required:
    Default: (empty)
定义位置
相关方法
get_cancel_comment_reply_linkget_comment_reply_linkcomment_reply_linknext_comments_linkrender_block_core_comment_reply_link
引入
2.7.0
弃用
-

cancel_comment_reply_link: 这个函数用来创建一个链接来取消评论回复。它不接受任何参数,并返回HTML链接代码。

显示取消评论回复链接的HTML内容。

function cancel_comment_reply_link( $text = '' ) {
	echo get_cancel_comment_reply_link( $text );
}

常见问题

FAQs
查看更多 >