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