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



deleted_{$meta_type}meta › WordPress Action Hooks

Seit3.4.0
Veraltetn/v
do_action( "deleted_{$meta_type}meta", $meta_id )
Parameter:
  • () meta_id Deleted metadata entry ID.
    Erforderlich: Ja
Definiert in:
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`




Quellcode

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