Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/post.php | do_action | 4617 | /** * Fires once an existing attachment has been updated. * * @since 2.0.0 * * @param int $post_ID Attachment ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $post_ID | Attachment ID. |