apply_filters( 'comments_template_top_level_query_args', array $top_level_args )
Filters the arguments used in the top level comments query.
Description
See also
Parameters
-
$top_level_args
array -
The top level query arguments for the comments template.
count
boolWhether to return a comment count.orderby
string|arrayThe field(s) to order by.post_id
intThe post ID.status
string|arrayThe comment status to limit results by.
Source
File: wp-includes/comment-template.php
.
View all references
$top_level_args = apply_filters( 'comments_template_top_level_query_args', $top_level_args );
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |