comment_flood_filter
最后更新于:2021-11-26 02:21:20
apply_filters( ‘comment_flood_filter’, bool $bool, int $time_lastcomment, int $time_newcomment )
Filters the comment flood status.
参数
- $bool
-
(bool)
Whether a comment flood is occurring. Default false. - $time_lastcomment
-
(int)
Timestamp of when the last comment was posted. - $time_newcomment
-
(int)
Timestamp of when the new comment was posted.
源文件
文件: gc-includes/comment.php