Action hook 'comment_duplicate_trigger'

in WP Core File wp-includes/comment.php at line 699

Description

Fires immediately after a duplicate comment is detected.

Occurrences

Filename Line Number
wp-includes/comment.php 699

Parameters

Type Name Description
array $commentdata Comment data.

PHP Doc

/**
		 * Fires immediately after a duplicate comment is detected.
		 *
		 * @since 3.0.0
		 *
		 * @param array $commentdata Comment data.
		 */