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



get_comment_author › WordPress Filter Hooks

Da4.1.0
Deprecaton/a
apply_filters( 'get_comment_author', $comment_author, $comment_id, $comment )
Parametri: (3)
  • (string) $comment_author The comment author's username.
    Richiesto:
  • (string) $comment_id The comment ID as a numeric string.
    Richiesto:
  • (WP_Comment) $comment The comment object.
    Richiesto:
Definito a:
Codex:

Filters the returned comment author name.





Sorgenti

return apply_filters( 'get_comment_author', $comment_author, $comment_id, $comment );