Fires before comments are sent to the Trash.
Parameters
$post_idint- Post ID.
Source
do_action( 'trash_post_comments', $post_id );
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
Fires before comments are sent to the Trash.
$post_idintdo_action( 'trash_post_comments', $post_id );
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.