Save camera info as metadata on image upload?
You can use wp_generate_attachment_metadata: This function generates metadata for an image attachment. It also creates a thumbnail and other intermediate sizes of the image attachment based on the sizes defined on the Settings_Media_Screen. The second argument of the filter is the attachment ID, so it shouldn’t be a problem to add the post meta: add_filter( … Read more