wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_comment_text › Filtr WordPress Hooks

Od1.5.0
Przestarzałyn/a
apply_filters( 'get_comment_text', $comment_text, $comment, $args )
Parametry: (3)
  • (string) $comment_text Text of the comment.
    Wymagane: Tak
  • (WP_Comment) $comment The comment object.
    Wymagane: Tak
  • (array) $args An array of arguments.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the text of a comment.





Źródło

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