Remove “From computer” media tab for posts with existing attachments?
To remove the From Computer tab header, you unset the type key from that array. However, this will (confusingly) not remove the tab content, and because this is the default tab it will show it even if the tab header for it is gone. To change the default tab you must hook into the media_upload_default_tab … Read more