post_updated钩子是Wordpress钩子,动作钩子::更新现有帖子后激发。
do_action( ‘post_updated’, int $post_ID, WP_Post $post_after, WP_Post $post_before )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$post_ID | (int) | 邮政编码。 |
$post_after | (WP_Post) | 更新后发布对象。 |
$post_before | (WP_Post) | 更新前发布对象。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-includes/post.php:4118 | 1 | 0 |