apply_filters( 'pre_untrash_post', bool|null $untrash , WP_Post $post )
Filters whether a post untrashing should take place.
Description Description
Parameters Parameters
- $untrash
-
(bool|null) Whether to go forward with untrashing.
- $post
-
(WP_Post) Post object.
Source Source
File: wp-includes/post.php
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |