Used By
Used By | Description |
---|---|
wp-includes/meta.php: add_metadata() | Adds metadata for the specified object. |
Fires immediately before 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) ID of the object metadata is for.
(string) Metadata key.
(mixed) Metadata value. Serialized if non-scalar.
File: wp-includes/meta.php
Version | Description |
---|---|
3.1.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/add_meta_type_meta