

Gutenberg sidebar panel for managing image metadata
Image Credit Companion (ICC) is a comprehensive WordPress plugin designed to help content creators and editors properly track, manage, and display image attribution information. Whether you’re running a news site, blog, or any content-driven website, ICC ensures you maintain proper image credits and comply with licensing requirements.
Detection: When you save a post, ICC automatically scans the content for images in various formats:
Storage: Image usage is tracked in a custom database table, while metadata (author, source, license) is stored as attachment post meta
Management: Editors can add metadata through:
Display: Image sources can be shown using:
[imagcrco_image_sources] or [imagcrco_post_image_sources]ICC supports theme overrides for complete customization. Create templates in your theme:
yourtheme/image-credit-companion/list-ul.phpyourtheme/image-credit-companion/list-ol.phpyourtheme/image-credit-companion/list-inline.phpDisplay image sources for the current post:
[imagcrco_image_sources]
Display all image sources site-wide:
[imagcrco_image_sources scope=”site”]
Display with specific formatting:
[imagcrco_image_sources list=”ol” show_missing=”true”]
Note: For backward compatibility, the legacy shortcodes [image_sources] and [post_image_sources] are still supported but the prefixed versions above are recommended.
scope: “post” (default) or “site”post_id: Specific post ID (for post scope)list: “ul” (default), “ol”, or “inline”show_missing: “true” or “false” (default: false)For support, feature requests, or bug reports, please visit the plugin support forum.
This plugin does not collect, store, or transmit any personal data. All image metadata is stored locally on your WordPress installation and is not shared with external services.
Developed with ❤️ for the WordPress community. Special thanks to all contributors and testers who helped make this plugin possible.