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



get_comment_excerpt › Filtr WordPress Hooks

Od4.1.0
Przestarzałyn/a
apply_filters( 'get_comment_excerpt', $comment_excerpt, $comment->comment_ID, $comment )
Parametry: (3)
  • (string) $comment_excerpt The comment excerpt text.
    Wymagane: Tak
  • (string) $comment_id The comment ID as a numeric string.
    Wymagane: Tak
  • (WP_Comment) $comment The comment object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the retrieved comment excerpt.





Źródło

return apply_filters( 'get_comment_excerpt', $comment_excerpt, $comment->comment_ID, $comment );