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



get_comment_text › WordPress Filter Hooks

Da1.5.0
Deprecaton/a
apply_filters( 'get_comment_text', $comment_text, $comment, $args )
Parametri: (3)
  • (string) $comment_text Text of the comment.
    Richiesto:
  • (WP_Comment) $comment The comment object.
    Richiesto:
  • (array) $args An array of arguments.
    Richiesto:
Definito a:
Codex:

Filters the text of a comment.





Sorgenti

return apply_filters( 'get_comment_text', $comment_text, $comment, $args );