# image-source-control-isc/1.3.4/uninstall.php

Image Source Control Lite – Show Image Credits and Captions, version 1.3.4. 5 lines.

- Page: https://pluginprobe.com/plugins/image-source-control-isc/1.3.4/code/uninstall.php
- Raw: https://pluginprobe.com/plugins/image-source-control-isc/1.3.4/raw/uninstall.php
- Modified: 2013-10-21T16:47:58+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/1.3.4/code/uninstall.php#L10-L20`.

```php
<?php
if(!defined('ABSPATH') && !defined('WP_UNINSTALL_PLUGIN'))
    exit();
delete_option('isc_options');

```
