Codex tools: Log in
Contents |
Adds a new comment to the database.
Filters new comment to ensure that the fields are sanitized and valid before inserting comment into database. Calls 'comment_post' action with comment ID and whether comment is approved by WordPress. Also has 'preprocess_comment' filter for processing the comment data before the function handles it.
<?php wp_new_comment( $commentdata ) ?>
Since: 1.5.0
wp_new_comment() is located in wp-includes/comment.php.