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



deleted_{$meta_type}meta › WordPress Action Hooks

Since3.4.0
Deprecatedn/a
do_action( "deleted_{$meta_type}meta", $meta_id )
Parameters:
  • (int) $meta_id Deleted metadata entry ID.
    Required: Yes
Defined at:
Codex:

Fires immediately after 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:

  • deleted_postmeta
  • deleted_commentmeta
  • deleted_termmeta
  • deleted_usermeta




Source

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