apply_filters( 'pre_trash_post', bool|null $trash, WP_Post $post )

Filters whether a post trashing should take place.


Parameters

$trash bool|null
Whether to go forward with trashing.
$post WP_Post
Post object.

Top ↑

Source

File: wp-includes/post.php. View all references

$check = apply_filters( 'pre_trash_post', null, $post );


Top ↑

Changelog

Changelog
Version Description
4.9.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.