Action hook 'comment_on_draft'

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

Description

Fires when a comment is attempted on a post in draft mode.

Occurrences

Filename Line Number
wp-includes/comment.php 3571

Parameters

Type Name Description
int $comment_post_id Post ID.

PHP Doc

/**
		 * Fires when a comment is attempted on a post in draft mode.
		 *
		 * @since 1.5.1
		 *
		 * @param int $comment_post_id Post ID.
		 */