参数 $comments (array) 提供给评论模板的评论数组。 $post_ID (int) 文章ID。 更多信息 在comments_template中使用,它允许您捕获通过post查询的所有评论。 相关被使用描述comments_template()加载在$file中指定的评论模板 源码查看源码 官方文档 更新日志版本描述2.1.0开始引入 使用示例示例1如果要隐藏文章的所有现有评论,请使用以下函数返回空数组: add_filter( 'comments_array', '__return_empty_array' );