deleted_post

最后更新于:2021-11-26 05:18:24

do_action( ‘deleted_post’, int $postid, GC_Post $post )

Fires immediately after a post is deleted from the database.

参数

$postid

(int)
Post ID.

$post

(GC_Post)
Post object.

源文件

文件: gc-includes/post.php

View on Trac