do_action( 'attachment_updated', int $post_ID, WP_Post $post_after, WP_Post $post_before )

Fires once an existing attachment has been updated.


Description Description


Parameters Parameters

$post_ID

(int) Post ID.

$post_after

(WP_Post) Post object following the update.

$post_before

(WP_Post) Post object before the update.


Top ↑

Source Source

File: wp-includes/post.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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