check_comment_flood_db()

最后更新于:2021-11-25 20:29:43

check_comment_flood_db()

Hooks GC’s native database-based comment-flood check.

源文件

文件: gc-includes/comment.php

function check_comment_flood_db() {
	add_filter( 'gc_is_comment_flood', 'gc_check_comment_flood', 10, 5 );
}