3479* @since 3.7.03480* @since 4.9.0 Added the `$post` parameter.3481*3482* @param array$fields An array of the attachment metadata keys and labels.3483* @param WP_Post$post WP_Post objectfor the current attachment.3484*/3485$audio_fields=apply_filters('audio_submitbox_misc_sections',$fields,$post);34863487foreach($audio_fieldsas$key=>$label){3488if(empty($meta['audio'][$key])){3489continue;3490}3491
History
Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.