# image-source-control-isc/3.12.0/admin/templates/settings/plugin/remove-on-uninstall.php

Image Source Control Lite – Show Image Credits and Captions, version 3.12.0. 12 lines.

- Page: https://pluginprobe.com/plugins/image-source-control-isc/3.12.0/code/admin/templates/settings/plugin/remove-on-uninstall.php
- Raw: https://pluginprobe.com/plugins/image-source-control-isc/3.12.0/raw/admin/templates/settings/plugin/remove-on-uninstall.php
- Modified: 2026-08-21T06:32:52+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.12.0/code/admin/templates/settings/plugin/remove-on-uninstall.php#L10-L20`.

```php
<?php
/**
 * Render the Remove On Uninstall setting
 *
 * @var bool $checked if the option is enabled.
 */
?>
<label>
	<input type="checkbox" name="isc_options[remove_on_uninstall]" value="1" <?php checked( $checked ); ?>/>
	<?php esc_html_e( 'Remove plugin options and image sources from the database when you delete the plugin.', 'image-source-control-isc' ); ?>
</label>

```
