6776*6777* @since 2.1.06778*6779* @param array$dataArray of meta data for the given attachment.6780* @param int$attachment_id Attachment post ID.6781*/6782returnapply_filters('wp_get_attachment_metadata',$data,$attachment_id);6783}67846785/**6786* Updates metadata for an attachment.6787*6788* @since 2.1.0
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.