6914*6915* @since 2.1.06916*6917* @param array$dataArray of meta data for the given attachment.6918* @param int$attachment_id Attachment post ID.6919*/6920returnapply_filters('wp_get_attachment_metadata',$data,$attachment_id);6921}69226923/**6924* Updates metadata for an attachment.6925*6926* @since 2.1.0
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.