# image-source-control-isc/3.11.0/admin/templates/settings/caption/elementor.php

Image Source Control Lite – Show Image Credits and Captions, version 3.11.0. 17 lines.

- Page: https://pluginprobe.com/plugins/image-source-control-isc/3.11.0/code/admin/templates/settings/caption/elementor.php
- Raw: https://pluginprobe.com/plugins/image-source-control-isc/3.11.0/raw/admin/templates/settings/caption/elementor.php
- Modified: 2026-06-23T08:31:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/image-source-control-isc/3.11.0/code/admin/templates/settings/caption/elementor.php#L10-L20`.

```php
<?php
/**
 * Render the Elementor setting
 */

?>
<label>
	<input type="checkbox" disabled="disabled">
	<?php echo ISC\Admin_Utils::get_pro_link( 'elementor' ); ?>
	<?php
	printf(
	// translators: %s is the name of the theme or page builder, e.g. Divi.
		esc_html__( 'Enable support for %s background images.', 'image-source-control-isc' ),
		'Elementor'
	);
	?>
</label>
```
