Skip to content

Commit

Permalink
Add uninstall.php file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alimir committed Oct 24, 2017
1 parent 6d3ec56 commit 5225576
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions uninstall.php
@@ -0,0 +1,10 @@
<?php
/**
* Fired when the plugin is uninstalled.
*
*/

// If uninstall not called from WordPress, then exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit( 'No Naughty Business Please!' );
}

0 comments on commit 5225576

Please sign in to comment.