voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

Why prefix the meta with the type of the post? #75

Open ivandotv opened 8 years ago

ivandotv commented 8 years ago

I'm curious, why are you prefixing the meta keys with post type names ? [post_type][meta/image_id] This is complicating things when I want to get the image out. I can't make a clean general purpose function for getting the images out. I understand why you need the post type when registering images, but why do you need the post type for getting images out ? ID should be enough to retrieve the images.