cancel_comment_reply_link()

最后更新于:2021-11-25 20:25:59

cancel_comment_reply_link( string$text=”)

Displays HTML content for cancel comment reply link.

参数

$text

(string) (Optional) Text to display for cancel reply link. If empty, defaults to ‘Click here to cancel reply’.

Default value: ”

源文件

文件: gc-includes/comment-template.php

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