3496* @since 3.7.03497* @since 4.9.0 Added the `$post` parameter.3498*3499* @param array$fields An array of the attachment metadata keys and labels.3500* @param WP_Post$post WP_Post objectfor the current attachment.3501*/3502$audio_fields=apply_filters('audio_submitbox_misc_sections',$fields,$post);35033504foreach($audio_fieldsas$key=>$label){3505if(empty($meta['audio'][$key])){3506continue;3507}3508
History
Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.