added lint rules file to repository
[danixland-contact-form.git] / uninstall.php
CommitLineData
b96bc758 1<?php
2//if uninstall not called from WordPress exit
3if ( !defined( 'WP_UNINSTALL_PLUGIN' ) )
4 exit();
5
6$options = 'dnxcf_options';
7
8delete_option( $options );
9
10?>