Fires once an existing attachment has been updated.
Parameters
$post_id
int- Attachment ID.
Source
do_action( 'edit_attachment', $post_id );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Fires once an existing attachment has been updated.
$post_id
intdo_action( 'edit_attachment', $post_id );
Version | Description |
---|---|
2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.