comment_flood_message

过滤钩子


apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' )
定义位置
  • wp-includes/comment.php
    , line 769
引入
n/a
弃用

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

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