3454* @since 3.7.03455* @since 4.9.0 Added the `$post` parameter.3456*3457* @param array$fields An array of the attachment metadata keys and labels.3458* @param WP_Post$post WP_Post objectfor the current attachment.3459*/3460$fields=apply_filters('media_submitbox_misc_sections',$fields,$post);34613462foreach($fieldsas$key=>$label){3463if(empty($meta[$key])){3464continue;3465}3466
History
Introduced in 3.7.0. Unchanged from 6.7.7 through 7.1.0.