当前浏览:首页 / WordPress钩子 / updated_postmeta

do_action( 'updated_postmeta', int $meta_id, int $object_id, string $meta_key, mixed $meta_value )

更新文章的meta数据后立即触发

postmeta

updated


参数

$meta_idint
更新的meta数据项的ID。
$object_idint
文章ID。
$meta_keystring
meta数据键。
$meta_valuemixed
meta数据值。如果值是数组、对象或本身是PHP序列化字符串,则这将是值的PHP序列化字符串表示。


源码

查看源码 官方文档


更新日志

版本描述
2.9.0开始引入