comment_flood_trigger, $time_lastcomment, $time_newcomment
comment_flood_trigger, $time_lastcomment, $time_newcomment
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('comment_flood_trigger, $time_lastcomment, $time_newcomment') is found 1 times:
- /wp-includes/comment.php line 907
* * @param int $time_lastcomment Timestamp of when the last comment was posted. * @param int $time_newcomment Timestamp of when the new comment was posted. */ do_action( 'comment_flood_trigger', $time_lastcomment, $time_newcomment ); if ( $avoid_die ) { return true; } else { /** * Filters the comment flood error message.