Sprache wechseln
wpseek auf Twitter


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




comment_author_url_link [ ]

comment_author_url_link ( $linktext = '', $before = '', $after = '' )
Parameter:
  • (string) $linktext The text to display instead of the comment author's email address
  • (string) $before The text or HTML to display before the email link.
  • (string) $after The text or HTML to display after the email link.
Siehe:
Definiert in:
Codex



Displays the HTML link of the url of the author of the current comment.

Quellcode

function comment_author_url_link( $linktext = '', $before = '', $after = '' ) {
	echo get_comment_author_url_link( $linktext, $before, $after );
}

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Nutzerduskussionen [ wordpress.org ]

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...