do_action ( ‘trashed_post’, int $post_id , string $previous_status )

Fires after a post is sent to the Trash.

Parameters

$post_id int
Post ID.
$previous_status string
The status of the post at the point where it was trashed.

Source

do_action( 'trashed_post', $post_id, $previous_status );

Changuelog

Versionen Description
6.3.0 Added the $previous_status parameter.
2.9.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.