最后更新于:2021-11-26 00:18:20
apply_filters( ‘comments_array’, array $comments, int $post_ID )
Filters the comments array.
参数
- $comments
-
(array)
Array of comments supplied to the comments template.
- $post_ID
-
(int)
Post ID.
源文件
文件: gc-includes/comment-template.php
View on Trac