edit_post_{$post->post_type}

最后更新于:2021-11-26 09:06:42

do_action( “edit_post_{$post->post_type}”, int $post_ID, GC_Post $post )

Fires once an existing post has been updated.

参数

$post_ID

(int)
Post ID.

$post

(GC_Post)
Post object.

源文件

文件: gc-includes/post.php

View on Trac