显示取消评论回复链接的HTML内容。
原型
cancel_comment_reply_link( string $text = '' )
参数
$text
(string)
(Optional)
要显示取消回复链接的文本。
源文件
路径:wp-includes/comment-template.php
<?php
...
function cancel_comment_reply_link( $text = '' ) {
echo get_cancel_comment_reply_link($text);
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/cancel_comment_reply_link/