1 2 3 4 5 6 7 8 9 10
<?php //if uninstall not called from WordPress exit if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) exit(); $options = 'dnxcf_options'; delete_option( $options ); ?>