4247* @since 2.9.04248* @since 5.6.0 Added the `$previous_status` parameter.4249*4250* @param int$post_id Post ID.4251* @param string$previous_status The status of the post at the point where it was trashed.4252*/4253do_action('untrashed_post',$post_id,$previous_status);42544255return$post;4256}42574258/**4259* Moves comments for a post to the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.