wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



cancel_comment_reply_link › WordPress Function

Od2.7.0
Przestarzałyn/a
cancel_comment_reply_link ( $link_text = '' )
Parametry:
  • (string) $link_text Optional. Text to display for cancel reply link. If empty, defaults to 'Click here to cancel reply'. Default empty.
    Wymagane: Nie
    Domyślny: (puste)
Zdefiniowane na:
Codex:

Displays HTML content for cancel comment reply link.



Źródło

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