Action hook 'comment_reply_to_unapproved_comment'

in WP Core File wp-includes/comment.php at line 3504

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.
			 */