cancel_comment_reply_link( string $text = '' )

Display HTML content for cancel comment reply link.


Description


Parameters

$text

(string) (Optional) Text to display for cancel reply link.

Default value: ''


Top ↑

Source

File: wp-includes/comment-template.php

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

Top ↑

Changelog

Version Description
2.7.0 Introduced.