comment_flood_trigger, $time_lastcomment, $time_newcomment

comment_flood_trigger, $time_lastcomment, $time_newcomment

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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.