diff --git a/plugin-name/uninstall.php b/plugin-name/uninstall.php index 338a967..97f39b2 100644 --- a/plugin-name/uninstall.php +++ b/plugin-name/uninstall.php @@ -9,7 +9,7 @@ * @copyright 2013 Your Name or Company Name */ -// If uninstall, not called from WordPress, then exit +// If uninstall not called from WordPress, then exit if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; }