4047* @since 2.9.04048* @since 5.6.0 Added the `$previous_status` parameter.4049*4050* @param int$post_id Post ID.4051* @param string$previous_status The status of the post at the point where it was trashed.4052*/4053do_action('untrashed_post',$post_id,$previous_status);40544055return$post;4056}40574058/**4059* Moves comments for a post to the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.