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