added_{$meta_type}_meta

最后更新于:2021-11-25 19:09:14

do_action( “added_{$meta_type}_meta”, int $mid, int $object_id, string $meta_key, mixed $_meta_value )

Fires immediately after meta of a specific type is added.

参数

$mid

(int)
The meta ID after successful update.

$object_id

(int)
ID of the object metadata is for.

$meta_key

(string)
Metadata key.

$_meta_value

(mixed)
Metadata value. Serialized if non-scalar.

源文件

文件: gc-includes/meta.php

View on Trac