Used By
Used By | Description |
---|---|
wp-includes/meta.php: delete_metadata() | Deletes metadata for the specified object. |
Short-circuits deleting 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 metadata deletion of the given type.
(int) ID of the object metadata is for.
(string) Metadata key.
(mixed) Metadata value. Must be serializable if non-scalar.
(bool) Whether to delete the matching metadata entries for all objects, ignoring the specified $object_id. Default false.
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/delete_meta_type_metadata