Action hook 'trashed_post_comments'

in WP Core File wp-includes/post.php at line 3945

Description

Fires after comments are sent to the Trash.

Occurrences

Filename Line Number
wp-includes/post.php 3945

Parameters

Type Name Description
int $post_id Post ID.
array $statuses Array of comment statuses.

PHP Doc

/**
	 * Fires after comments are sent to the Trash.
	 *
	 * @since 2.9.0
	 *
	 * @param int   $post_id  Post ID.
	 * @param array $statuses Array of comment statuses.
	 */