Fires before a post is restored from the Trash.
Parameters
$post_id
int- Post ID.
$previous_status
string- The status of the post at the point where it was trashed.
Source
do_action( 'untrash_post', $post_id, $previous_status );
Fires before a post is restored from the Trash.
$post_id
int$previous_status
stringdo_action( 'untrash_post', $post_id, $previous_status );
You must log in before being able to contribute a note or feedback.
To get the id of all posts that have been restored when selecting multiples, you must use the
Like that example below: