pre_post_update

最后更新于:2021-11-27 19:39:01

do_action( ‘pre_post_update’, int $post_ID, array $data )

Fires immediately before an existing post is updated in the database.

参数

$post_ID

(int)
Post ID.

$data

(array)
Array of unslashed post data.

源文件

文件: gc-includes/post.php

View on Trac