4147* @since 2.9.04148* @since 6.3.0 Added the `$previous_status` parameter.4149*4150* @param int$post_id Post ID.4151* @param string$previous_status The status of the post at the point where it was trashed.4152*/4153do_action('trashed_post',$post_id,$previous_status);41544155return$post;4156}41574158/**4159* Restores a post from the Trash.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.