I need to programmatically get all images uploaded to a post via wpDiscuz Media Uploader by using the post ID. I thought uploaded comment images would be attached to the post but I was wrong. Is there a way to get all images uploaded to the post from the wpDiscuz Media Uploader?
I do realize that I could use the naming convention to do a string match against objects in the media library but that is really inefficient. Anyone know of a better way?