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