Media library – Limit images to custom post type
I’m not 100% sure if I get your problem right, but… Maybe this will help you… Media uploader gets attachments with simple WP_Query, so you can use many filters to modify it’s contents. The only problem is that you can’t query posts with specific CPT as parent using WP_Query arguments… So, we will have to … Read more