3505* @since 3.7.03506* @since 4.9.0 Added the `$post` parameter.3507*3508* @param array$fields An array of the attachment metadata keys and labels.3509* @param WP_Post$post WP_Post objectfor the current attachment.3510*/3511$audio_fields=apply_filters('audio_submitbox_misc_sections',$fields,$post);35123513foreach($audio_fieldsas$key=>$label){3514if(empty($meta['audio'][$key])){3515continue;3516}3517
History
Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.