W3cubDocs

/WordPress

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_idint
Post ID.
$comment_parentint
Parent comment ID.

Source

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

Changelog

Version Description
6.2.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_reply_to_unapproved_comment