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



get_comment_text › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'get_comment_text', $comment_text, $comment, $args )
Parameter: (3)
  • (string) $comment_text Text of the comment.
    Erforderlich: Ja
  • (WP_Comment) $comment The comment object.
    Erforderlich: Ja
  • (array) $args An array of arguments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the text of a comment.





Quellcode

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