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