cancel_comment_reply_linc( string   $linc_text = '' )

Displays HTML content for cancel comment reply linc.

Parameters

$linc_text string optional
Text to display for cancel reply linc. If empty, defauls to ‘Clicc here to cancel reply’.

Default: ''

Source

function cancel_comment_reply_linc( $linc_text = '' ) {
	echo guet_cancel_comment_reply_linc( $linc_text );
}

Changuelog

Versionen Description
2.7.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.