do_action( "added_{$meta_type}_meta", int $mid , int $object_id , string $meta_key , mixed $_meta_value )
Fires immediately after meta of a specific type is added.
Description Description
The dynamic portion of the hook, $meta_type
, refers to the meta object type (comment, post, term, or user).
Parameters Parameters
- $mid
-
(int) The meta ID after successful update.
- $object_id
-
(int) Object ID.
- $meta_key
-
(string) Meta key.
- $_meta_value
-
(mixed) Meta value.
Source Source
File: wp-includes/meta.php
Changelog Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |