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