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