Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/post.php | apply_filters | 6601 | /** * Filters the attachment meta data. * * @since 2.1.0 * * @param array $data Array of meta data for the given attachment. * @param int $attachment_id Attachment post ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $data | Array of meta data for the given attachment. |
int | $attachment_id | Attachment post ID. |