after_delete_post

最后更新于:2021-11-25 19:50:07

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

Fires after a post is deleted, at the conclusion of gc_delete_post().

参数

$postid

(int)
Post ID.

$post

(GC_Post)
Post object.

源文件

文件: gc-includes/post.php

View on Trac