4097* @since 2.9.04098* @since 5.6.0 Added the `$previous_status` parameter.4099*4100* @param int$post_id Post ID.4101* @param string$previous_status The status of the post at the point where it was trashed.4102*/4103do_action('untrashed_post',$post_id,$previous_status);41044105return$post;4106}41074108/**4109* Moves comments for a post to the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.