apply_filters( 'comments_array', array $comments , int $post_ID )
Filters the comments array.
Parameters Parameters
- $comments
-
(array) Array of comments supplied to the comments template.
- $post_ID
-
(int) Post ID.
More Information More Information
Used inside comments_template that allows you to catch all the comments going through the query for the post.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
If you want to hide all of the existing comments for your posts, use the following function to return an empty array: