Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/post.php | do_action | 7568 | /** * Fires after the given attachment's cache is cleaned. * * @since 3.0.0 * * @param int $id Attachment ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $id | Attachment ID. |