diff --git a/plugin-boilerplate/uninstall.php b/plugin-boilerplate/uninstall.php index 8b357f3..37927e9 100644 --- a/plugin-boilerplate/uninstall.php +++ b/plugin-boilerplate/uninstall.php @@ -7,7 +7,8 @@ */ // If uninstall, not called from WordPress exit -if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) +if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); +} // TODO: Define uninstall functionality here \ No newline at end of file