edit_post

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

do_action( ‘edit_post’, 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