wpseek.com
A WordPress-centric search engine for devs and theme authors



delete_{$meta_type}meta › WordPress Action Hooks

Since3.4.0
Deprecatedn/a
do_action( "delete_{$meta_type}meta", $meta_id )
Parameters:
  • () meta_id ID of the metadata entry to delete.
    Required: Yes
Defined at:
Codex:

Fires immediately before deleting post or comment metadata of a specific type.

The dynamic portion of the hook name, `$meta_type`, refers to the meta object type (post or comment). Possible hook names include: - `delete_postmeta` - `delete_commentmeta`




Source

do_action( "delete_{$meta_type}meta", $meta_id );