apply_filters( 'wp_count_comments', array $count , int $post_id )
Filters the comments count for a given post.
Parameters
- $count
-
An empty array.
- $post_id
-
The post ID.
Source
File: wp-includes/comment.php
Changelog
Version | Description |
---|---|
WP-2.7.0 | Introduced. |