do_action( 'edit_attachment', int $post_id )

Fires once an existing attachment has been updated.


Parameters

$post_id int
Attachment ID.

Top ↑

Source

File: wp-includes/post.php. View all references

do_action( 'edit_attachment', $post_id );


Top ↑

Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes

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