apply_filters( 'comments_array', array $comments, int $post_ID )
Filters the comments array.
Parameters
- $comments
-
(array) Array of comments supplied to the comments template.
- $post_ID
-
(int) Post ID.
More Information
Used inside comments_template that allows you to catch all the comments going through the query for the post.
Source
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comments_array