do_action( 'edit_attachment', int $post_id )

Fires once an existing attachment has been updated.


Parameters

$post_id

Attachment ID.


Source

File: wp-includes/post.php

View on GitHub



Changelog

Changelog
Version Description
2.0.0 Introduced.