apply_filters_ref_array( 'the_comments', array $_comments , WP_Comment_Query $this )
Filters the comment query results.
Parameters
- $_comments
-
An array of comments.
- $this
-
Current instance of WP_Comment_Query (passed by reference).
Source
Changelog
Version | Description |
---|---|
WP-3.1.0 | Introduced. |