wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



deleted_{$meta_type}meta › WordPress Action Hooks

Da3.4.0
Deprecaton/a
do_action( "deleted_{$meta_type}meta", $meta_id )
Parametri:
  • (int) $meta_id Deleted metadata entry ID.
    Richiesto:
Definito a:
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




Sorgenti

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