wpseek.com
A WordPress-centric search engine for devs and theme authors



get_comment_text › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'get_comment_text', $comment_text, $comment, $args )
Parameters: (3)
  • (string) $comment_text Text of the comment.
    Required: Yes
  • (WP_Comment) $comment The comment object.
    Required: Yes
  • (array) $args An array of arguments.
    Required: Yes
Defined at:
Codex:

Filters the text of a comment.





Source

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