wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



cancel_comment_reply_link › WordPress Function

Seit2.7.0
Veraltetn/v
cancel_comment_reply_link ( $link_text = '' )
Parameter:
  • (string) $link_text Optional. Text to display for cancel reply link. If empty, defaults to 'Click here to cancel reply'. Default empty.
    Erforderlich: Nein
    Standard: (leer)
Definiert in:
Codex:

Displays HTML content for cancel comment reply link.



Quellcode

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