modified readme.txt
[danixland-contact-form.git] / uninstall.php
CommitLineData
b96bc758 1<?php
2//if uninstall not called from WordPress exit
8c3e9b00 3if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
4 exit();
5}
b96bc758 6
7$options = 'dnxcf_options';
8
9delete_option( $options );
10
8c3e9b00 11