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