Sprache wechseln
wpseek auf Twitter


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




comment_author_link [ ]

comment_author_link ( $comment_ID = 0 )
Parameter:
  • (int) $comment_ID The ID of the comment for which to print the author's link. Optional.
Siehe:
Definiert in:
Codex



Display the html link to the url of the author of the current comment.

Quellcode

function comment_author_link( $comment_ID = 0 ) {
	echo get_comment_author_link( $comment_ID );
}

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

1 Nutzerkommentare

Gravatar
Great information here, it helped a lot to solve my problem! I just was looking how to get the post author URL and make the comment author\'s homepage open in new tab. Thanks.

Neu hinzufügen ...