Image Meta Save

Image Meta Save can be used to add meta data to images and upload them to the WordPress media library.

3 database tables

Table NameDescriptionMethod
wp_imgmd_linksStores imgmd links data created by this plugin.Static
wp_imgmd_locationsStores imgmd locations data created by this plugin.Static
wp_imgmd_presetsStores imgmd presets data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_postmeta
Post meta