Media upload default title from file name
Where in core ? These parts here and here, are responsible for overriding the image title with meta data: // … cut … // Use image exif/iptc data for title and caption defaults if possible. } elseif ( 0 === strpos( $type, ‘image/’ ) && $image_meta = @wp_read_image_metadata( $file ) ) { if ( trim( … Read more