wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_comment_text › Les Filtres WordPress

Depuis1.5.0
Dépréciéen/a
apply_filters( 'get_comment_text', $comment_text, $comment, $args )
Paramètres: (3)
  • (string) $comment_text Text of the comment.
    Requis: Oui
  • (WP_Comment) $comment The comment object.
    Requis: Oui
  • (array) $args An array of arguments.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the text of a comment.





Source

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