do_action( 'comment_reply_to_unapproved_comment', int $comment_post_id , int $comment_parent )
Fires when a comment reply is attempted to an unapproved comment.
Parameters
- $comment_post_id
-
Post ID.
- $comment_parent
-
Parent comment ID.
Source
File: wp-includes/comment.php
Changelog
| Version | Description |
|---|---|
| 6.2.0 | Introduced. |