apply_filters( 'pre_untrash_post', bool|null $untrash , WP_Post $post , string $previous_status )
Filters whether a post untrashing should take place.
Parameters
- $untrash
-
Whether to go forward with untrashing.
- $post
-
Post object.
- $previous_status
-
The status of the post at the point where it was trashed.
Source
File: wp-includes/post.php
Changelog
Version | Description |
---|---|
5.6.0 | The $previous_status parameter was added. |
4.9.0 | Introduced. |