4069* @since 2.9.04070* @since 6.3.0 Added the `$previous_status` parameter.4071*4072* @param int$post_id Post ID.4073* @param string$previous_status The status of the post at the point where it was trashed.4074*/4075do_action('trashed_post',$post_id,$previous_status);40764077return$post;4078}40794080/**4081* Restores a post from the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.