On this page
apply_filters_ref_array( 'comments_clauses', string[] $clauses, WP_Comment_Query $query )
Filters the comment query clauses.
Parameters
$clausesstring[]-
An associative array of comment query clauses.
$queryWP_Comment_Query-
Current instance of WP_Comment_Query (passed by reference).
Source
File: wp-includes/class-wp-comment-query.php. View all references
$clauses = apply_filters_ref_array( 'comments_clauses', array( compact( $pieces ), &$this ) );
Related
Used By
| Used By | Description |
|---|---|
| WP_Comment_Query::get_comment_ids() wp-includes/class-wp-comment-query.php | Used internally to get a list of comment IDs matching the query vars. |
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comments_clauses