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



comment_excerpt_length › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'comment_excerpt_length', $comment_excerpt_length )
Parameter:
  • (int) $comment_excerpt_length The amount of words you want to display in the comment excerpt.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the maximum number of words used in the comment excerpt.





Quellcode

$comment_excerpt_length = apply_filters( 'comment_excerpt_length', $comment_excerpt_length );