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