How to Filter in the “Add Media Popup” to show only “unattached” Media
Can’t deliver a working example but there is this relevant section in wp-includes/js/media-views.js on Line 3173: media.view.AttachmentFilters.Uploaded = media.view.AttachmentFilters.extend({ createFilters: function() { var type = this.model.get(‘type’), types = media.view.settings.mimeTypes, text; if ( types && type ) text = types[ type ]; this.filters = { all: { text: text || l10n.allMediaItems, props: { uploadedTo: null, orderby: … Read more