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