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



get_comments_number › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'get_comments_number', $comments_number, $post_id )
Parameter: (2)
  • (string|int) $comments_number A string representing the number of comments a post has, otherwise 0.
    Erforderlich: Ja
  • (int) $post_id Post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the returned comment count for a post.





Quellcode

return apply_filters( 'get_comments_number', $comments_number, $post_id );