4071* @since 2.9.04072* @since 6.3.0 Added the `$previous_status` parameter.4073*4074* @param int$post_id Post ID.4075* @param string$previous_status The status of the post at the point where it was trashed.4076*/4077do_action('trashed_post',$post_id,$previous_status);40784079return$post;4080}40814082/**4083* Restores a post from the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.