do_action( 'trash_post_comments', int $post_id )
Fires before comments are sent to the Trash.
Parameters
- $post_id
-
(int) Post ID.
Source
File: wp-includes/post.php
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
Fires before comments are sent to the Trash.
(int) Post ID.
File: wp-includes/post.php
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |