3426* @since 3.7.03427* @since 4.9.0 Added the `$post` parameter.3428*3429* @param array$fields An array of the attachment metadata keys and labels.3430* @param WP_Post$post WP_Post objectfor the current attachment.3431*/3432$fields=apply_filters('media_submitbox_misc_sections',$fields,$post);34333434foreach($fieldsas$key=>$label){3435if(empty($meta[$key])){3436continue;3437}3438
History
Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.