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