View file user-submitted-posts/uninstall.php

File size: 156B
<?php // uninstall remove options

if(!defined('ABSPATH') && !defined('WP_UNINSTALL_PLUGIN')) exit();

// delete options
delete_option('usp_options');