do_action( "deleted_{$meta_type}meta", int $meta_ids )

Fires immediately after deleting post or comment metadata of a specific type.


Description Description

The dynamic portion of the hook, $meta_type, refers to the meta object type (post or comment).


Parameters Parameters

$meta_ids

(int) Deleted metadata entry ID.


Top ↑

Source Source

File: wp-includes/meta.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.