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 int
Post ID.
$comment_parent int
Parent comment ID.

Top ↑

Source

File: wp-includes/comment.php. View all references

do_action( 'comment_reply_to_unapproved_comment', $comment_post_id, $comment_parent );


Top ↑

Changelog

Changelog
Version Description
6.2.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.