comments_template_top_level_query_args

过滤钩子
apply_filters( 'comments_template_top_level_query_args', $top_level_args )
参数
  • (array) $top_level_args { The top level query arguments for the comments template. @type bool $count Whether to return a comment count. @type string|array $orderby The field(s) to order by. @type int $post_id The post ID. @type string|array $status The comment status to limit results by. }
    Required:
定义位置
相关勾子
comments_template_query_argscomments_list_table_query_argscomments_templateusers_list_table_query_argscomment_reply_link_args
相关方法
comments_templateget_template_directory_uriremove_query_argget_template_partblock_core_comment_template_render_commentsget_template_directory
引入
5.6.0
弃用
-

omments_template_top_level_query_args过滤钩子是用来修改查询参数的,这些参数在被传递给评论模板之前用于检索顶级评论。

过滤顶层评论查询中使用的参数。

$top_level_args = apply_filters( 'comments_template_top_level_query_args', $top_level_args );

常见问题

FAQs
查看更多 >