do_action( 'comment_post', int $comment_id, int|string $comment_approved, array $commentdata )

Fires immediately after a comment is inserted into the database.


Parameters

$comment_id

The comment ID.

$comment_approved

1 if the comment is approved, 0 if not, 'spam' if spam.

$commentdata

Comment data.


Source

File: wp-includes/comment.php

View on GitHub



Changelog

Changelog
Version Description
4.5.0 The $commentdata parameter was added.
1.2.0 Introduced.