6829*6830* @since 2.1.06831*6832* @param array$dataArray of meta data for the given attachment.6833* @param int$attachment_id Attachment post ID.6834*/6835returnapply_filters('wp_get_attachment_metadata',$data,$attachment_id);6836}68376838/**6839* Updates metadata for an attachment.6840*6841* @since 2.1.0
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.