comment_flood_message

过滤钩子
apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' )

comment_flood_message – 这个函数检索洪水错误信息,显示给已经触发评论洪水保护的用户。它是用来防止用户在短时间内提交过多的评论。

这个过滤器在wp-includes/comment-template.php中有记录。

$comment_flood_message = apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' ) );

常见问题

FAQs
查看更多 >