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 Name | Description | Method |
|---|---|---|
| wp_imgmd_links | Stores imgmd links data created by this plugin. | Static |
| wp_imgmd_locations | Stores imgmd locations data created by this plugin. | Static |
| wp_imgmd_presets | Stores 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