do_action( 'attachment_updated', int $post_id , WP_Post $post_after , WP_Post $post_before )
Fires once an existing attachment has been updated.
Parameters
Source
File: wp-includes/post.php
.
View all references
do_action( 'attachment_updated', $post_id, $post_after, $post_before );
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |