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)
定义位置
  • wp-includes/comment-template.php
    , line 1922
引入
2.7.0
弃用

Displays HTML content for cancel comment reply link.

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