comment_flood_message хук-фильтр . WP 1.0
This filter is documented in wp-includes/comment-template.php
Использование
add_filter( 'comment_flood_message', 'filter_function_name_3870' ); function filter_function_name_3870( $__ ){ // filter... return $__; }
- $__
- -
Где вызывается хук
comment_flood_message
wp-includes/comment.php 790
$comment_flood_message = apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' ) );
wp-includes/comment.php 951
$comment_flood_message = apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' ) );