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