Description
Fires when a comment reply is attempted to an unapproved comment.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment.php | 3504 |
Parameters
Type | Name | Description |
---|---|---|
int | $comment_post_id | Post ID. |
int | $comment_parent | Parent comment ID. |
PHP Doc
/**
* Fires when a comment reply is attempted to an unapproved comment.
*
* @since 6.2.0
*
* @param int $comment_post_id Post ID.
* @param int $comment_parent Parent comment ID.
*/