Used By
Used By | Description |
---|---|
wp-includes/meta.php: add_metadata() | Adds metadata for the specified object. |
Fires immediately after meta of a specific type is added.
The dynamic portion of the hook, $meta_type
, refers to the meta object type (post, comment, term, user, or any other type with an associated meta table).
(int) The meta ID after successful update.
(int) ID of the object metadata is for.
(string) Metadata key.
(mixed) Metadata value. Serialized if non-scalar.
This hook is called at the end of add_metadata() function.
File: wp-includes/meta.php
Version | Description |
---|---|
2.9.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/added_meta_type_meta