do_action( "deleted_{$meta_type}meta", int $meta_ids )
Fires immediately after deleting post or comment metadata of a specific type.
Description
The dynamic portion of the hook, $meta_type
, refers to the meta object type (post or comment).
Parameters
- $meta_ids
-
Deleted metadata entry ID.
Source
File: wp-includes/meta.php
Changelog
Version | Description |
---|---|
WP-3.4.0 | Introduced. |