wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comment_excerpt › WordPress Filter Hooks

Da4.1.0
Deprecaton/a
apply_filters( 'comment_excerpt', $comment_excerpt, $comment->comment_ID )
Parametri: (2)
  • (string) $comment_excerpt The comment excerpt text.
    Richiesto:
  • (string) $comment_id The comment ID as a numeric string.
    Richiesto:
Definito a:
Codex:

Filters the comment excerpt for display.





Sorgenti

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