On this page
do_action( 'trashed_post_comments', int $post_id, array $statuses )
Fires after comments are sent to the Trash.
Parameters
$post_idint-
Post ID.
$statusesarray-
Array of comment statuses.
Source
File: wp-includes/post.php. View all references
do_action( 'trashed_post_comments', $post_id, $statuses );
Related
Used By
| Used By | Description |
|---|---|
| wp_trash_post_comments() wp-includes/post.php | Moves comments for a post to the Trash. |
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/trashed_post_comments