4169* @since 2.9.04170* @since 5.6.0 Added the `$previous_status` parameter.4171*4172* @param int$post_id Post ID.4173* @param string$previous_status The status of the post at the point where it was trashed.4174*/4175do_action('untrashed_post',$post_id,$previous_status);41764177return$post;4178}41794180/**4181* Moves comments for a post to the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.