do_action( 'updated_postmeta', int $meta_id, int $object_id, string $meta_key, mixed $meta_value )

Fires immediately after updating a post’s metadata.


Description Description


Parameters Parameters

$meta_id

(int) ID of updated metadata entry.

$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.