Action hook 'comment_on_trash'

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

Description

Fires when a comment is attempted on a trashed post.

Occurrences

Filename Line Number
wp-includes/comment.php 3558

Parameters

Type Name Description
int $comment_post_id Post ID.

PHP Doc

/**
		 * Fires when a comment is attempted on a trashed post.
		 *
		 * @since 2.9.0
		 *
		 * @param int $comment_post_id Post ID.
		 */