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

Filters whether a post trashing should take place.


Description Description


Parameters Parameters

$trash

(bool) Whether to go forward with trashing.

$post

(WP_Post) Post object.


Top ↑

Source Source

File: wp-includes/post.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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