apply_filters( 'pre_untrash_post', bool|null $untrash, WP_Post $post, string $previous_status )
Filters whether a post untrashing should take place.
Parameters
- $untrash
-
(bool|null) Whether to go forward with untrashing.
- $post
-
(WP_Post) Post object.
- $previous_status
-
(string) 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. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_untrash_post