apply_filters( 'comments_array', array $comments , int $post_ID )
Filters the comments array.
Parameters
- $comments
-
Array of comments supplied to the comments template.
- $post_ID
-
Post ID.
Source
Changelog
Version | Description |
---|---|
WP-2.1.0 | Introduced. |