Used By
Used By | Description |
---|---|
wp-includes/meta.php: delete_metadata() | Deletes metadata for the specified object. |
wp-includes/meta.php: delete_metadata_by_mid() | Deletes metadata by meta ID. |
Fires immediately after 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).
(string[]) An array of metadata entry IDs to delete.
(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 |
---|---|
2.9.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/deleted_meta_type_meta