Used By
Used By | Description |
---|---|
wp-includes/meta.php: update_metadata() | Updates metadata for the specified object. If no value already exists for the specified object ID and metadata key, the metadata will be added. |
Short-circuits updating metadata of a specific type.
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). Returning a non-null value will effectively short-circuit the function.
(null|bool) Whether to allow updating metadata for the given type.
(int) ID of the object metadata is for.
(string) Metadata key.
(mixed) Metadata value. Must be serializable if non-scalar.
(mixed) Previous value to check before updating. If specified, only update existing metadata entries with this value. Otherwise, update all entries.
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/update_meta_type_metadata