pre_trash_post

最后更新于:2021-11-27 20:20:20

apply_filters( ‘pre_trash_post’, bool|null $trash, GC_Post $post )

Filters whether a post trashing should take place.

参数

$trash

(bool|null)
Whether to go forward with trashing.

$post

(GC_Post)
Post object.

源文件

文件: gc-includes/post.php

View on Trac