untrashed_post, $post_id, $previous_status
untrashed_post, $post_id, $previous_status
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('untrashed_post, $post_id, $previous_status') is found 1 times:
- /wp-includes/post.php line 4175
* * @param int $post_id Post ID. * @param string $previous_status The status of the post at the point where it was trashed. */ do_action( 'untrashed_post', $post_id, $previous_status ); return $post; } /** * Moves comments for a post to the Trash.