do_action( "add_{$meta_type}_meta", int $object_id , string $meta_key , mixed $_meta_value )
Fires immediately before 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
- $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 |
---|---|
3.1.0 | Introduced. |