summaryrefslogtreecommitdiffstats
path: root/uninstall.php
blob: e544cb82d3eade54da5424b1a36a636de39d2dab (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
//if uninstall not called from WordPress exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit();
}

$options = 'dnxcf_options';

delete_option( $options );