Fires after a post is restored from the Trash.
Parameters
$post_idint- Post ID.
$previous_statusstring- The status of the post at the point where it was trashed.
Source
do_action( 'untrashed_post', $post_id, $previous_status );
Fires after a post is restored from the Trash.
$post_idint$previous_statusstringdo_action( 'untrashed_post', $post_id, $previous_status );
User Contributed Notes
You must log in before being able to contribute a note or feedback.