Action hook 'trash_post_comments'

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

Description

Fires before comments are sent to the Trash.

Occurrences

Filename Line Number
wp-includes/post.php 3917

Parameters

Type Name Description
int $post_id Post ID.

PHP Doc

/**
	 * Fires before comments are sent to the Trash.
	 *
	 * @since 2.9.0
	 *
	 * @param int $post_id Post ID.
	 */