3997* @since 2.9.03998* @since 6.3.0 Added the `$previous_status` parameter.3999*4000* @param int$post_id Post ID.4001* @param string$previous_status The status of the post at the point where it was trashed.4002*/4003do_action('trashed_post',$post_id,$previous_status);40044005return$post;4006}40074008/**4009* Restores a post from the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.