Show image credits, image captions, and copyrights. Manage image sources and warn if they are missing. The original plugin since 2012.
Are you concerned about being held liable for violating copyright law and would like to start crediting owners properly?
Do you want to give back to photographers and illustrators by adding image credits, so they are rightfully attributed?
Or are you a creator yourself and want to show information on the picture licenses for your image gallery under which publishers can use or purchase your work?
Image Source Control is your go-to solution when it comes to handling copyright-protected photos and illustrations.
Image Credit layouts
Choose between different credit displays:
Frontend Features
Backend Features
Featured Image Caption
ISC Lite works for Featured Images. By default, you will see the image credits options in the media library and the featured image options in the block editor.
The featured image caption shows in the Per-page list with all other image sources on the page.
Check out the premium features to display the image caption overlay for featured images.
Premium Features
Check out all features of Image Source Control.
isc-disable-overlay
classUnused Images
Premium media cleaner features to remove unused images safely.
– Go to Media > Unused Images to see and remove unused images
– Run an additional deep check to see if images are used in widgets, meta fields, or options
– Bulk delete unused images
– Filter the list by various states
Take a look at the Image Source Control Documentation.
Find a list of missing images sources and other debug tools under Media > Image sources
You can choose to display image sources below the post content or as a small caption overlay above your images. Just visit the settings page of the plugin to enable those options.
Manually included image sources on pages/posts
You can add the Per-page list manually to pages or posts via the shortcode [isc_list]
in your content editor or a text widget.
Use [isc_list id="123"]
to show the list of any post or page.
Use the PHP code <?php if( function_exists('isc_list') ) { isc_list(); } ?>
within your template files.
List all image sources
You can add a paginated list with ALL attachments and sources attached to posts and pages—the Global list—using the shortcode [isc_list_all]
.
Use [isc_list_all per_page="25"]
to show only a limited number of images per page.
Use [isc_list_all included="all"]
to show all attachments in the list, including those not explicitly attached to a post.
The plugin searches your post content and thumbnail for images (attachments) and lists them if you included at least the image source or marked it to use the default image source.
Remove “nofollow” from all source links
In order to remove “nofollow” from source links, follow the instructions in our documentation.
This section describes how to install the plugin and get it working.
e.g.
image-source-control-isc.zip
through the ‘Plugin’ menu in your WordPress backendSee the Instructions section here.
Display image attribution captions as an overlay above the image
Display a list of all images of your site and their sources on a dedicated page
Edit image source settings in the Image block
Bulk-editing image sources in the Media Library
Unused Images – Media Cleaner feature to safely remove unused images
Customizing the display of image captions as an overlay
Customizing the list of image sources displayed under posts
Customizing the global list of image sources
Manage image usage licenses
isc_post_images
post meta value could cause a PHP errorisc_add_sources_to_content_ignore_post_images_index
filter to allow users to manually ignore the post-images index on all page views in case another plugin or page builder indexes the wrong contentisc_unused_images_per_page
filter to adjust the number of items per page in the Unused Images listisc_public_global_list_view_path
filter returns an expected valueStandard_Source
class to prevent caching of old optionsdata-preload-img
attribute for Avada background imagesISC_Block_Options
threw a PHP warning due to an early hookISC\User
to gather user-based helper functionsisc_raw_attachment_use_standard_source
and isc_public_attachment_use_standard_source
with the isc_use_standard_source_for_attachment
filterisc_can_load
filter to allow developers to disable ISC on certain pages in the frontendisc_force_block_options
filter hook to enable ISC fields in the block options and media modal in the block editor at the same time<a>
tags<style>
block detection could sometimes cover multiple blocks and add the caption only to the last onerender_image_source_string()
that allows to disable links in the caption output