3947* @since 2.9.03948* @since 6.3.0 Added the `$previous_status` parameter.3949*3950* @param int$post_id Post ID.3951* @param string$previous_status The status of the post at the point where it was trashed.3952*/3953do_action('trashed_post',$post_id,$previous_status);39543955return$post;3956}39573958/**3959* Restores a post from the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.