# user-submitted-posts/20230901/uninstall.php

User Submitted Posts – Enable Users to Submit Posts from the Front End, version 20230901. 12 lines.

- Page: https://pluginprobe.com/plugins/user-submitted-posts/20230901/code/uninstall.php
- Raw: https://pluginprobe.com/plugins/user-submitted-posts/20230901/raw/uninstall.php
- Modified: 2013-11-08T21:31:14+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/user-submitted-posts/20230901/code/uninstall.php#L10-L20`.

```php
<?php // uninstall remove options

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

// delete options
delete_option('usp_options');






```
