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
.
View all references
do_action( 'wp_trash_post', $post_id );
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
To get the id of all posts that have been trashed when selecting multiples, you must use the
Like that example below: