wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



delete_{$meta_type}meta › WordPress Action Hooks

Seit3.4.0
Veraltetn/v
do_action( "delete_{$meta_type}meta", $meta_id )
Parameter:
  • (int) $meta_id ID of the metadata entry to delete.
    Erforderlich: Ja
Definiert in:
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
  • delete_termmeta
  • delete_usermeta




Quellcode

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