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