comment_flood_trigger

最后更新于:2021-11-26 02:29:19

do_action( ‘comment_flood_trigger’, int $time_lastcomment, int $time_newcomment )

Fires before the comment flood message is triggered.

参数

$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

View on Trac