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



comments_number › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'comments_number', $comments_number_text, $comments_number )
Parameter: (2)
  • (string) $comments_number_text A translatable string formatted based on whether the count is equal to 0, 1, or 1+.
    Erforderlich: Ja
  • (int) $comments_number The number of post comments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comments count for display.





Quellcode

return apply_filters( 'comments_number', $comments_number_text, $comments_number );