3445* @since 3.7.03446* @since 4.9.0 Added the `$post` parameter.3447*3448* @param array$fields An array of the attachment metadata keys and labels.3449* @param WP_Post$post WP_Post objectfor the current attachment.3450*/3451$fields=apply_filters('media_submitbox_misc_sections',$fields,$post);34523453foreach($fieldsas$key=>$label){3454if(empty($meta[$key])){3455continue;3456}3457
History
Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.