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



comments_number › WordPress Filter Hooks

Da1.5.0
Deprecaton/a
apply_filters( 'comments_number', $comments_number_text, $comments_number )
Parametri: (2)
  • (string) $comments_number_text A translatable string formatted based on whether the count is equal to 0, 1, or 1+.
    Richiesto:
  • (int) $comments_number The number of post comments.
    Richiesto:
Definito a:
Codex:

Filters the comments count for display.





Sorgenti

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