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.


Top ↑

Source Source

File: wp-includes/meta.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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