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



comment_url › WordPress Filter Hooks

Seit4.1.0
Veraltetn/v
apply_filters( 'comment_url', $comment_author_url, $comment->comment_ID )
Parameter: (2)
  • (string) $comment_author_url The comment author's URL.
    Erforderlich: Ja
  • (string) $comment_id The comment ID as a numeric string.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment author's URL for display.





Quellcode

echo apply_filters( 'comment_url', $comment_author_url, $comment->comment_ID );