Action hook 'pre_comment_on_post'

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

Description

Fires before a comment is posted.

Occurrences

Filename Line Number
wp-includes/comment.php 3599

Parameters

Type Name Description
int $comment_post_id Post ID.

PHP Doc

/**
		 * Fires before a comment is posted.
		 *
		 * @since 2.8.0
		 *
		 * @param int $comment_post_id Post ID.
		 */