Description
Fires when a comment is attempted on a post that does not exist.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment.php | 3521 |
Parameters
Type | Name | Description |
---|---|---|
int | $comment_post_id | Post ID. |
PHP Doc
/**
* Fires when a comment is attempted on a post that does not exist.
*
* @since 1.5.0
*
* @param int $comment_post_id Post ID.
*/