wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comment_author › WordPress Filter Hooks

Da4.1.0
Deprecaton/a
apply_filters( 'comment_author', $comment_author, $comment->comment_ID )
Parametri: (2)
  • (string) $comment_author The comment author's username.
    Richiesto:
  • (string) $comment_id The comment ID as a numeric string.
    Richiesto:
Definito a:
Codex:

Filters the comment author's name for display.





Sorgenti

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