wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



deleted_{$meta_type}meta › Les Actions WordPress

Depuis3.4.0
Dépréciéen/a
do_action( "deleted_{$meta_type}meta", $meta_id )
Paramètres:
  • (int) $meta_id Deleted metadata entry ID.
    Requis: Oui
Défini(e) dans:
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 );