do_action( 'trashed_post_comments', int $post_id , array $statuses )
Fires after comments are sent to the trash.
Description Description
Parameters Parameters
- $post_id
-
(int) Post ID.
- $statuses
-
(array) Array of comment statuses.
Source Source
File: wp-includes/post.php
Changelog Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |