File "uninstall.php"

Full Path: /home/veodprin/public_html/wp-content/plugins/linkpreview/uninstall.php
File size: 193 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) )
	exit();
$options = array(
	'linkpreview_settings',
	'linkpreview_firsttime_setup'
);
foreach ($options as $option) delete_option($option);